[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:10622] Re: asmutils - crazy idea...



佐野@浜松です。

# これは単なる話題紹介。debian-boot から。

  | From: Randolph Chung <randolph@xxxxxxxxx>
  | Subject: asmutils - crazy idea...
  | To: debian-boot@lists.debian.org
  | Date: Tue, 12 Oct 1999 20:09:59 -0700

  | Message-ID: <19991012200959.O10330@xxxxxxxxx>
  | Resent-Message-ID: <BUuCm.A.TBH._d_A4@murphy>
  | X-Mailing-List: <debian-boot@lists.debian.org> archive/latest/4367

  | someone at work showed me a nasm page... in particular, there's a asmutils
  | tarball that has some common linux utilities, and are tiny.... will they be
  | useful for the boot floppies? they use linux syscalls, and so should be
  | somewhat portable..... but i am not sure.
  | 
  | total 31
  | lrwxrwxrwx   1 randolph randolph        5 Oct 12 18:48 arch -> uname*
  | -rwxr-xr-x   1 randolph randolph      232 Sep 18 03:32 basename*
  | -rwxr-xr-x   1 randolph randolph      147 Sep 18 03:32 cat*
  | -rwxr-xr-x   1 randolph randolph      288 Sep 18 03:32 chvt*
  | lrwxrwxrwx   1 randolph randolph        4 Oct 12 18:48 deallocvt -> chvt*
  | -rwxr-xr-x   1 randolph randolph     1381 Sep 18 03:32 df*
  | -rwxr-xr-x   1 randolph randolph      153 Sep 18 03:32 dmesg*
  | lrwxrwxrwx   1 randolph randolph        8 Oct 12 18:48 domainname -> hostname*
  | -rwxr-xr-x   1 randolph randolph      162 Sep 18 03:32 echo*
  | -rwxr-xr-x   1 randolph randolph      129 Sep 18 03:33 eject*
  | -rwxr-xr-x   1 randolph randolph      547 Sep 18 03:32 factor*
  | lrwxrwxrwx   1 randolph randolph        4 Oct 12 18:48 false -> true*
  | lrwxrwxrwx   1 randolph randolph        6 Oct 12 18:48 halt -> reboot*
  | -rwxr-xr-x   1 randolph randolph      174 Sep 18 03:32 hostname*
  | -rwxr-xr-x   1 randolph randolph      707 Sep 18 03:32 httpd*
  | -rwxr-xr-x   1 randolph randolph      563 Sep 18 03:32 kill*
  | -rwxr-xr-x   1 randolph randolph      110 Sep 18 03:32 ln*
  | -rwxr-xr-x   1 randolph randolph      205 Sep 18 03:34 lsmod*
  | -rwxr-xr-x   1 randolph randolph     1219 Sep 20 00:08 md5sum*
  | -rwxr-xr-x   1 randolph randolph      124 Sep 18 03:32 mkdir*
  | -rwxr-xr-x   1 randolph randolph      224 Sep 18 03:32 more*
  | -rwxr-xr-x   1 randolph randolph      121 Sep 18 03:32 mount*
  | lrwxrwxrwx   1 randolph randolph        6 Oct 12 18:48 poweroff -> reboot*
  | -rwxr-xr-x   1 randolph randolph      126 Sep 18 03:32 pwd*
  | -rwxr-xr-x   1 randolph randolph      137 Sep 18 03:32 reboot*
  | lrwxrwxrwx   1 randolph randolph        5 Oct 12 18:48 rmdir -> mkdir*
  | -rwxr-xr-x   1 randolph randolph      104 Sep 18 03:32 rmmod*
  | -rwxr-xr-x   1 randolph randolph      202 Sep 18 03:32 sleep*
  | -rwxr-xr-x   1 randolph randolph      216 Sep 18 03:35 softdog*
  | lrwxrwxrwx   1 randolph randolph        6 Oct 12 18:48 swapoff -> swapon*
  | -rwxr-xr-x   1 randolph randolph      119 Sep 18 03:32 swapon*
  | -rwxr-xr-x   1 randolph randolph       84 Sep 18 03:32 sync*
  | -rwxr-xr-x   1 randolph randolph      236 Sep 18 03:32 tee*
  | -rwxr-xr-x   1 randolph randolph       97 Sep 18 03:32 true*
  | lrwxrwxrwx   1 randolph randolph        5 Oct 12 18:48 umount -> mount*
  | -rwxr-xr-x   1 randolph randolph      269 Sep 18 03:32 uname*
  | -rwxr-xr-x   1 randolph randolph      165 Sep 18 03:32 update*
  | -rwxr-xr-x   1 randolph randolph      167 Sep 18 03:32 yes*

中身を見てないんだけど、これってライブラリとか他に必要だったりは
しないんでしょうか。たしかにサイズは小さいみたいですが。

# rescue 用にはいいかも。Installer 用だと、どうなのかな。
# こいつらを gettextize とかするのは意味が無いだろうし。
# まあ Installer には専用の UI が付いてくる、と思えば
# この手のコマンドには L10N なメッセージは必要無いかも。

  | my favorite is the 707 byte httpd :-) use httpd+w3m+debconf, and you have a
  | rather interesting combination....

 w3m の名前が出てる。

  | randolph
  | -- 
  |    @..@                                         http://www.TauSq.org/
  |   (----)
  |  ( >__< )
  |  ^^ ~~ ^^

# カエルかな ?

  | From: Randolph Chung <tausq@debian.org>
  | Subject: Re: asmutils - crazy idea...
  | To: debian-boot@lists.debian.org
  | Date: Tue, 12 Oct 1999 20:17:29 -0700

  | Message-ID: <19991012201729.P10330@xxxxxxxxx>
  | Resent-Message-ID: <cFrIXC.A.Jr.Al_A4@murphy>
  | X-Mailing-List: <debian-boot@lists.debian.org> archive/latest/4368

  | > my favorite is the 707 byte httpd :-) use httpd+w3m+debconf, and you have a
  | > rather interesting combination....
  | 
  | err... not httpd+debconf... what was i thinking? forget about that part...
  | 
  | randolph
  | -- 
  | Debian Developer <tausq@debian.org>
  | http://www.TauSq.org/

# ありゃ。引っこめちゃったよ。依存関係の問題かな。

P.S.

関係無いけど、Mutt ってこんなのが付くんですね。

  | X-Mailer: Mutt 0.94.12i
  | X-PGP: for PGP key, see http://www.tausq.org/pgp.txt
  | X-GPG: for GPG key, see http://www.tausq.org/gpg.txt

# カッコいいかもしれん。

-- 
     # 11/13 に何かが起きる? > "http://www.szlug.factory.to";
     # (わたしのおうちは浜松市、「夜のお菓子」で有名さ。)
    <xlj06203@xxxxxxxxxxx> : Taketoshi Sano (佐野 武俊)