SYSCONS is no longer needed since pccons has been removed.

Update the GENERIC* to have the new file system options and the new kernel
name.

Fix the clean target in Makefile.i386 to rm kernel instead of 386bsd.
This commit is contained in:
Rodney W. Grimes 1994-05-26 13:38:01 +00:00
parent 35c2e6db96
commit c7cb9b9654
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1569
5 changed files with 15 additions and 11 deletions

View file

@ -81,7 +81,7 @@ libkern.a:
echo ln -s $S/libkern/obj/libkern.a libkern.a
clean:
rm -f eddep *386bsd tags *.o locore.i [a-uw-z]*.s \
rm -f eddep *kernel tags *.o locore.i [a-uw-z]*.s \
errs linterrs makelinks genassym ,assym.s stamp-assym
#lint: /tmp param.c

View file

@ -81,7 +81,7 @@ libkern.a:
echo ln -s $S/libkern/obj/libkern.a libkern.a
clean:
rm -f eddep *386bsd tags *.o locore.i [a-uw-z]*.s \
rm -f eddep *kernel tags *.o locore.i [a-uw-z]*.s \
errs linterrs makelinks genassym ,assym.s stamp-assym
#lint: /tmp param.c

View file

@ -10,12 +10,14 @@ cpu "I486_CPU"
ident GENERICAH
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options ISOFS #ISO File System
options FFS #Berkeley Fast File System
options KERNFS #Kernel File System
options FDESC #File Descriptor File System
options MFS #Memory File System
options "CD9660" #CD ISO9660 File System
options NFS #Network File System
options PCFS #MSDOS File System
options "COMPAT_43" #Compatible with BSD 4.3
options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
options XSERVER #Xserver
@ -26,7 +28,7 @@ options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options "NCONS=4" #4 virtual consoles
options "STAR_SAVER" #syscons "stars" screen saver
config "386bsd" root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0
controller isa0

View file

@ -10,12 +10,14 @@ cpu "I486_CPU"
ident GENERICBT
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options ISOFS #ISO File System
options FFS #Berkeley Fast File System
options KERNFS #Kernel File System
options FDESC #File Descriptor File System
options MFS #Memory File System
options "CD9660" #CD ISO9660 File System
options NFS #Network File System
options PCFS #MSDOS File System
options "COMPAT_43" #Compatible with BSD 4.3
options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
options XSERVER #Xserver
@ -26,7 +28,7 @@ options "NCONS=4" #4 virtual consoles
options "STAR_SAVER" #syscons "stars" screen saver
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
config "386bsd" root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0
controller isa0

View file

@ -81,7 +81,7 @@ libkern.a:
echo ln -s $S/libkern/obj/libkern.a libkern.a
clean:
rm -f eddep *386bsd tags *.o locore.i [a-uw-z]*.s \
rm -f eddep *kernel tags *.o locore.i [a-uw-z]*.s \
errs linterrs makelinks genassym ,assym.s stamp-assym
#lint: /tmp param.c