Maximum valid major device number.
This parameter limits the maximum major number
that a device node created by the
mknod(S-osr5)
system call can have.
Although the system now allows major numbers up to ``0x1FFF'',
this parameter can be set to a smaller value for compatibility reasons.
MAXMINOR
Maximum valid minor device number.
This parameter limits the maximum minor number
that a device node created by the
mknod(S-osr5)
system call can have.
Although the system now allows
minor numbers up to ``0x3FFFF'', this parameter
is limited to ``255'' for compatibility reasons.
FDRDTRK
Enable (1) or disable (0) track buffer reads.
FD_DOOR_SENSE
Specifies whether the floppy disk driver uses the Disk Change Signal.
The Disk Change Signal indicates whether the door of the diskette
drive has been opened.
For systems that do not provide this signal,
the floppy disk driver will not function properly
unless this parameter is set to ``0''.
That is, when the parameter is set to ``0'' or false,
the driver does not use the signal and
this allows the driver to work on non-standard systems that
do not provide the signal.
The default setting is ``1'' or ``true'' to preserve
the designed system behavior.