Add some atari and m68k options.
This commit is contained in:
parent
fbe83dc02d
commit
aabde1a0a1
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: options.4,v 1.34 1997/11/26 14:43:13 kleink Exp $
|
||||
.\" $NetBSD: options.4,v 1.35 1997/12/10 14:45:47 leo Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996
|
||||
.\" Perry E. Metzger. All rights reserved.
|
||||
|
@ -891,6 +891,26 @@ These option set the number of pages available for the buffer cache.
|
|||
Their default value is a machine dependent value, often calculated as
|
||||
between 5% and 10% of total available RAM.
|
||||
.El
|
||||
.Ss atari-specific Options
|
||||
.Bl -ohang
|
||||
.It Cd options DISKLABEL_AHDI
|
||||
Include support for AHDI (native Atari) disklabels.
|
||||
.It Cd options DISKLABEL_NBDA
|
||||
Include support for NetBSD-atari labels. If you don't set this option, it
|
||||
will be set automatically. NetBSD/atari will not work without it.
|
||||
.It Cd options FALCON_SCSI
|
||||
Include support for the 5380-SCSI configuration as found on the Falcon.
|
||||
.It Cd options RELOC_KERNEL
|
||||
If set, the kernel will relocate itself to TT-ram, if possible. This
|
||||
will give you a slightly faster system. Bewarned that on some TT030 systems,
|
||||
the system will frequently dump with MMU-faults with this option enabled.
|
||||
.It Cd options SERCONSOLE
|
||||
Allow the modem1-port to act as the system-console. A carier should be active
|
||||
on modem1 during system boot to active the console functionality.
|
||||
.It Cd options TT_SCSI
|
||||
Include support for the 5380-SCSI configuration as found on the TT030
|
||||
and Hades.
|
||||
.El
|
||||
.Ss i386-specific Options
|
||||
.Bl -ohang
|
||||
.It Cd options I386_CPU,I486_CPU,I586_CPU,I686_CPU
|
||||
|
@ -919,6 +939,18 @@ option to access this memory.)
|
|||
Overrides the extended memory size passed in from the boot block. Use this
|
||||
option only if the boot block reports the size incorrectly.
|
||||
.El
|
||||
.Ss m68k-specific Options
|
||||
.Bl -ohang
|
||||
.It Cd options FPU_EMULATE
|
||||
Include support for MC68881/MC68882 emulator.
|
||||
.It Cd options FPSP
|
||||
Include support for 68040 floating point.
|
||||
.It Cd options M68030,M68040,M68060
|
||||
Include support for a specific cpu, at least one (the one you are using)
|
||||
should be specified.
|
||||
.It Cd options M060SP
|
||||
Include support for 68060 floating point.
|
||||
.El
|
||||
.\" The following requests should be uncommented and used where appropriate.
|
||||
.\" .Sh FILES
|
||||
.\" .Sh EXAMPLES
|
||||
|
|
Loading…
Reference in New Issue