plan9.ini(8): 9boot(8) is not a DOS program, remove outdated BUGS section

This commit is contained in:
cinap_lenrek 2017-12-03 19:23:55 +01:00
parent 65566dda8e
commit d850c60121

View file

@ -4,10 +4,10 @@ plan9.ini \- configuration file for PCs
.SH SYNOPSIS
.I none
.SH DESCRIPTION
When booting Plan 9 on a PC, the DOS program
When booting Plan 9 on a PC, the bootloader program
.IR 9boot (8)
first reads a DOS file
containing configuration information from the boot disk.
first reads configuration information from a file
on the boot media.
This file,
.BR plan9.ini ,
looks like a shell script containing lines of the form
@ -956,17 +956,3 @@ bootfile=/386/9pc
.IR 9boot (8),
.IR booting (8),
.IR boot (8)
.SH BUGS
Being able to set the console device to other than a
display is marginally useful on file servers; MS-DOS
and the programs which run under it are so tightly bound
to the display that it is necessary to have a display if any
setup or reconfiguration programs need to be run.
Also, the delay before any messages appear at boot time
is disconcerting, as any error messages from the BIOS
are lost.
.PP
The declaration of a kernel parameter which is a prefix of
previously declared parameters will delete the previous
ones. If this is not desired, parameters should be given
in shortest to longest order.