diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-14 00:08:01 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-14 00:08:01 +0000 |
commit | 132486fb18087d30780ca1c2b41660c235663715 (patch) | |
tree | 5ffda50531e2e051c76b40d220e8e0b9b8339fea /release | |
parent | 0406c56a1e86d5dc34823d320c7f5e2d19abec58 (diff) |
*** empty log message ***
Diffstat (limited to 'release')
-rw-r--r-- | release/ChangeLog | 4 | ||||
-rw-r--r-- | release/INSTALL-binary | 14 | ||||
-rw-r--r-- | release/SOURCES.0.2 | 45 | ||||
-rw-r--r-- | release/checklist | 2 |
4 files changed, 51 insertions, 14 deletions
diff --git a/release/ChangeLog b/release/ChangeLog index 5cdb9595..018b9b61 100644 --- a/release/ChangeLog +++ b/release/ChangeLog @@ -1,3 +1,7 @@ +Wed May 7 15:07:48 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * INSTALL-binary (STEP VI): Suggest building a kernel. + Fri Apr 11 14:21:29 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * SETUP: Comment out frobbing of BOOT_DEV; grub does that on it's diff --git a/release/INSTALL-binary b/release/INSTALL-binary index 745ff4a5..f44def87 100644 --- a/release/INSTALL-binary +++ b/release/INSTALL-binary @@ -182,9 +182,7 @@ Say `./MAKEDEV dev1 dev2 dev3 ...'. Supported devices are: o any hard disk device you have; you must specify both unit number *and* partition. Something like `sd0a' or `hd1f' is called for. Unit - number without any partition names the entire disk. (SETUP has - already created a device for the entire disk holding your boot - block, if you gave it that information.) + number without any partition names the entire disk. o floppy disk drives, give something like `fd0' or `fd1'. o hardwired terminals, something like `com0' or `com1'. @@ -286,6 +284,16 @@ Edit resolv.conf to provide for name service appropriate to your location. +*** build a smaller kernel + +As an optional step, you can build a smaller kernel. The distributed +kernel is quite large, because it includes a great many device +drivers. If you fetch the gnumach distribution, you can build a +kernel with only the device drivers you actually need. This will make +bootstrapping faster, and also take less memory when the system is +running, and result in a faster system in general. + + Once you've completed these steps, you can reboot the system multi user. Enjoy! diff --git a/release/SOURCES.0.2 b/release/SOURCES.0.2 index f2de5412..48e2950c 100644 --- a/release/SOURCES.0.2 +++ b/release/SOURCES.0.2 @@ -12,10 +12,9 @@ Mark with * when installation into /gd4/gnu-0.2 has been done. * autoconf (2.12) * automake (1.0) (useless w/out perl) * bash (2.0) -* bc (1.03) -* binutils (Modified 2.7; /home/hi2/src/binutils-2.7) +* bc (1.04) +* binutils (2.8) * bison (1.25) -cfengine (1.3.19) * cpio (2.4.2) * cvs (1.9) [ inhibit use of libc getopt by defining _LIBC in lib/getopt.c @@ -26,7 +25,6 @@ cfengine (1.3.19) * ed (0.2) * emacs (19.34b) * emacs lisp manual (19-2.4.2) -- fdisk (3.04) * fileutils (3.16) * findutils (4.1) [ Comment out basename in find/defs.h and find/util.c. @@ -43,11 +41,16 @@ cfengine (1.3.19) gdb installs as `i486-gnu-gdb' by default, so perhaps just copy by hand ] * gettext (0.10) -glibc (2.0.2) +glibc (2.0.3) + [ Fix typo in sysdeps/generic/sigset.h (__sigandset, __sigorset) SET -> DEST. + [ Initialize _hurdsig_preempters to 0 in hurd/hurdsig.c. ] + [ Initialize _hurdsig_fault_preemptor to {0} in hurd/hurdfault.c. ] + [ Initialize STACKSIZE to 8 pages, not 4, in hurd/hurdsig.c:_hurdsig_init. ] + [ New version of hurd/hurdauth.c ] glibc-crypt (??) * gmp (2.0.2) - gnat (3.09) -- gnumach (1.0) [ wait to decide what devices to include ] +gnumach (1.1.1) [ wait to decide what devices to include ] gperf (2.1a) (modified?) * grep (2.0) * grub (0.4) @@ -57,14 +60,36 @@ gperf (2.1a) (modified?) hurd (0.2) * indent (1.9.1) * inetutils (1.3a) -* less (321) +* less (332) * m4 (1.4) * make (3.75) [ use latest getloadavg ] * miscfiles (1.1) * ncurses (1.9.9g) -nethack (??) (modified?) +* nethack (3.2.2) + [ In include/config.h: + define COMPRESS as "/bin/gzip" + define COMPRESS_EXTENSION as ".gz" + define HACKDIR as "/games/lib/nethackdir" + define SCORE_ON_BOTL + + In include/unixconf.h: + define POSIX_JOB_CONTROL and POSIX_TYPES. + + In include/system.h: + comment out declaration of random. + + In src/Makefile: Change -O to -O2 in CFLAGS and add -g. + Use -lncurses for WINTTYLIB + + In util/Makefile: Change -O to -O2 in CFLAGS and add -g. + Use bison for YACC and flex for LEX. + + In Makefile: Change GAMEGRP to games. + Change GAMEDIR to /games/lib/$(GAME)dir. + Change SHELLDIR to /games. + ] * nvi (1.71) -* patch (2.1) [ Comment out basename in backupfile.c. ] +* patch (2.2) [ Comment out basename in backupfile.c. ] * perl (5.003) * ptx (0.4) * readline (2.0) @@ -75,7 +100,7 @@ nethack (??) (modified?) * sendmail (8.8.5) [ with special! patch ] * sh-utils (1.16) [ use latest getloadavg.c ] * sharutils (4.2) -* tar (1.11o) [special!] +* tar (1.12) * termutils (2.0) * texinfo (3.9) [ Omit OCRNL from the expression in which it occurs in diff --git a/release/checklist b/release/checklist index 05176933..30000f45 100644 --- a/release/checklist +++ b/release/checklist @@ -16,7 +16,7 @@ Checklist for binary image filesystems * Symlinks in /bin; esp. sh, awk, more, cc. * Symlink /lib/libtermcap.a -> /lib/libncurses.a -* Check all symlinks to make sure they don't reference /gd4/hurdinst. +* Check all symlinks to make sure they don't reference /gd4. * Build some static fileutils: ls, ln, cp, mv, chmod. * Make sure /include/obstack.h is from libc and not binutils. * Make sure there is no /include/i386. |