GENERIC*: remove commented-out options; the user should have to do
/some/ research to figure out how to turn them on. LINT: better description of TCP_COMPAT_42: ``emulate 4.2BSD TCP bugs''.
This commit is contained in:
parent
34d9a2bcc3
commit
ae9c22d057
@ -4,7 +4,7 @@
|
||||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.87 1994/09/28 17:00:14 se Exp $
|
||||
# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -43,7 +43,7 @@ options HARDFONTS #load iso8859 fonts instead of
|
||||
|
||||
options BOUNCE_BUFFERS #include support for DMA bounce buffers
|
||||
|
||||
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
|
||||
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
|
||||
# ^^^ NOT RECOMMENDED FOR NORMAL USE
|
||||
options UCONSOLE #x console support
|
||||
options DECBIT #here because clnp.h wanted it here
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
|
||||
#
|
||||
# $Id: GENERICAH,v 1.46 1994/09/28 22:46:20 davidg Exp $
|
||||
# $Id: GENERICAH,v 1.47 1994/09/28 22:49:52 davidg Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -13,12 +13,10 @@ maxusers 10
|
||||
|
||||
options MATH_EMULATE #Support for x87 emulation
|
||||
options INET #InterNETworking
|
||||
#options GATEWAY #Host is a Gateway (forwards packets)
|
||||
options FFS #Berkeley Fast File System
|
||||
options NFS #Network File System
|
||||
options "CD9660" #CD ISO9660 File System
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
#options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
|
||||
options UCONSOLE #X Console support
|
||||
options "FAT_CURSOR" #block cursor in syscons or pccons
|
||||
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERICBT -- Generic machine with WD/BTx family disks
|
||||
#
|
||||
# $Id: GENERICBT,v 1.42 1994/09/28 22:46:22 davidg Exp $
|
||||
# $Id: GENERICBT,v 1.43 1994/09/28 22:49:54 davidg Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -13,12 +13,10 @@ maxusers 10
|
||||
|
||||
options MATH_EMULATE #Support for x87 emulation
|
||||
options INET #InterNETworking
|
||||
#options GATEWAY #Host is a Gateway (forwards packets)
|
||||
options FFS #Berkeley Fast File System
|
||||
options NFS #Network File System
|
||||
options "CD9660" #CD ISO9660 File System
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
#options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
|
||||
options UCONSOLE #X Console support
|
||||
options "FAT_CURSOR" #block cursor in syscons or pccons
|
||||
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.87 1994/09/28 17:00:14 se Exp $
|
||||
# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -43,7 +43,7 @@ options HARDFONTS #load iso8859 fonts instead of
|
||||
|
||||
options BOUNCE_BUFFERS #include support for DMA bounce buffers
|
||||
|
||||
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
|
||||
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
|
||||
# ^^^ NOT RECOMMENDED FOR NORMAL USE
|
||||
options UCONSOLE #x console support
|
||||
options DECBIT #here because clnp.h wanted it here
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.87 1994/09/28 17:00:14 se Exp $
|
||||
# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -43,7 +43,7 @@ options HARDFONTS #load iso8859 fonts instead of
|
||||
|
||||
options BOUNCE_BUFFERS #include support for DMA bounce buffers
|
||||
|
||||
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
|
||||
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
|
||||
# ^^^ NOT RECOMMENDED FOR NORMAL USE
|
||||
options UCONSOLE #x console support
|
||||
options DECBIT #here because clnp.h wanted it here
|
||||
|
Loading…
Reference in New Issue
Block a user