/boot and /minix -> /boot/boot and /boot/image changes

This commit is contained in:
Ben Gras 2005-05-04 09:29:52 +00:00
parent 8fbefdeddc
commit c8bd5db02e

View file

@ -8,11 +8,11 @@ boot \- from power on to the login prompt
..
At power on the machine reads the first sector of the boot device into memory
and executes it. This bootstrap code loads
.BR /boot ,
.BR /boot/boot ,
the Minix Boot Monitor. The monitor loads the kernel binaries from
.BR /minix ,
.BR /boot/image ,
or the newest file in
.B /minix
.B /boot/image
if it is a directory.
.PP
The Minix system is now running, the different tasks initialize themselves