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/INSTALL-binary | |
parent | 0406c56a1e86d5dc34823d320c7f5e2d19abec58 (diff) | |
download | hurd-132486fb18087d30780ca1c2b41660c235663715.tar.gz hurd-132486fb18087d30780ca1c2b41660c235663715.tar.bz2 hurd-132486fb18087d30780ca1c2b41660c235663715.zip |
*** empty log message ***
Diffstat (limited to 'release/INSTALL-binary')
-rw-r--r-- | release/INSTALL-binary | 14 |
1 files changed, 11 insertions, 3 deletions
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! |