diff options
Diffstat (limited to 'release')
-rw-r--r-- | release/INSTALL-binary | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/release/INSTALL-binary b/release/INSTALL-binary index 17899bff..8a81e3ce 100644 --- a/release/INSTALL-binary +++ b/release/INSTALL-binary @@ -119,11 +119,21 @@ the following: *** making devices -cd to /dev give the command `./MAKEDEV ptyp ptyq'. +cd to /dev and make devices. + +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 `rd1f' is called for. + o floppy disk drives, give something like `fd0' or `fd1'. + +For hardwired terminals, MAKEDEV doesn't know how to do it yet. To +create /dev/tty00, where `tty00' is the Mach device name for the +terminal, do + +settrans -c /dev/tty00 /hurd/term /dev/tty00 device tty00 -Also add any disk device you have; you must specify both unit -number *and* partition. Something like `sd0a' or `rd1f' is called -for. *** setup network |