diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-08-07 01:46:32 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-08-07 01:46:32 +0000 |
commit | 0d26faabcfd3c5d81993e46b8fb085c965ee22f2 (patch) | |
tree | a9cc75c615b64769fc976f5bbaeea60fd4a4c4d5 /sys | |
parent | 116326e25b984b90b87f7513fcad128ce92c6b89 (diff) |
Shrink kernels and make work for ramdisks better. (so they fit on floppy)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 12 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISKOFW | 80 |
2 files changed, 45 insertions, 47 deletions
diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index c34e76a7cec..3858b33bef1 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -9,24 +9,24 @@ maxusers 8 # Standard system options option SWAPPAGER option DEVPAGER -option NATIVE_ELF option FIREPOWERBUGS # specific define for VI boards options power4e -options KTRACE -options DEBUG +#options KTRACE +#options DEBUG option NFSCLIENT -option NFSSERVER +#option NFSSERVER option CD9660 option MSDOSFS options FIFO options KERNFS -option FFS,QUOTA +option FFS +#option QUOTA option MFS options INET @@ -72,7 +72,7 @@ uk* at scsibus? target ? lun ? pseudo-device loop 1 # network loopback #pseudo-device bpfilter 8 # packet filter ports -pseudo-device sl 2 # serial-line IP ports +#pseudo-device sl 2 # serial-line IP ports pseudo-device ppp 2 # serial-line PPP ports #pseudo-device tun 2 # network tunneling over tty diff --git a/sys/arch/powerpc/conf/RAMDISKOFW b/sys/arch/powerpc/conf/RAMDISKOFW index b6a5933ac28..695e6d0681a 100644 --- a/sys/arch/powerpc/conf/RAMDISKOFW +++ b/sys/arch/powerpc/conf/RAMDISKOFW @@ -4,50 +4,48 @@ machine powerpc -maxusers 32 +maxusers 8 -# Standard system options (should go into std.powerpc?) -options SWAPPAGER, VNODEPAGER, DEVPAGER -options EXEC_ELF -options SYS_TYPE=OFWMACH +# Standard system option (should go into std.powerpc?) +option SWAPPAGER, VNODEPAGER, DEVPAGER +option SYS_TYPE=OFWMACH # various hacks due to bugs in Openfirmware implementation -options FIREPOWERBUGS - -#options IPKDBUSERHACK -#makeoptions DEBUG="-g" - -options DDB -options KTRACE -options SYSCALL_DEBUG -options TCP_COMPAT_42 -options COMPAT_43 -options COMPAT_09 -options COMPAT_10 -options COMPAT_12 - -options FFS -options MFS - -options NFSCLIENT -#options NFSSERVER - -options CD9660 -options MSDOSFS -options FDESC -options FIFO -options KERNFS -options NULLFS -#options PORTAL -options PROCFS -#options UMAPFS -#options UNION - -options INET -options NMBCLUSTERS=1024 - -#options MAXUSERS=20 -#options TARGET_ELF +option FIREPOWERBUGS + +#option IPKDBUSERHACK +#makeoption DEBUG="-g" + +#option DDB +#option KTRACE +#option SYSCALL_DEBUG +option TCP_COMPAT_42 +option COMPAT_43 +option COMPAT_09 +option COMPAT_10 +option COMPAT_12 + +option FFS +option MFS + +option NFSCLIENT +#option NFSSERVER + +option CD9660 +option MSDOSFS +#option FDESC +option FIFO +option KERNFS +#option NULLFS +#option PORTAL +option PROCFS +#option UMAPFS +#option UNION + +option INET +option NMBCLUSTERS=1024 + +#option MAXUSERS=20 config bsd root on rd0a swap on rd0b |