summaryrefslogtreecommitdiffstats
path: root/release/picobsd/dial
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-09-19 21:45:18 +0000
committerabial <abial@FreeBSD.org>1998-09-19 21:45:18 +0000
commit610fc53b706e00167cb0a44f97a34fbc26b9c814 (patch)
treeb117c3aeb343a605fab9c24ad1bcca9d3843a85e /release/picobsd/dial
parent9eb45a0dec6c96637a2032eeca3fe69847697efc (diff)
downloadFreeBSD-src-610fc53b706e00167cb0a44f97a34fbc26b9c814.zip
FreeBSD-src-610fc53b706e00167cb0a44f97a34fbc26b9c814.tar.gz
Kill the remnants of DEVFS, since it's broken without the SLICE code...
Pity - it was _very_ handy. This also required increasing of MFS size, so that PicoBSD consumes more memory now...
Diffstat (limited to 'release/picobsd/dial')
-rw-r--r--release/picobsd/dial/conf/PICOBSD8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/picobsd/dial/conf/PICOBSD b/release/picobsd/dial/conf/PICOBSD
index 2c07ad5..5886e30 100644
--- a/release/picobsd/dial/conf/PICOBSD
+++ b/release/picobsd/dial/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.4 1998/08/02 12:19:29 abial Exp $
+# $Id: PICOBSD,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
#
machine "i386"
cpu "I386_CPU"
@@ -20,10 +20,10 @@ options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options USERCONFIG_BOOT #imply -c and parse info area
-options DEVFS
-options SLICE
+#options DEVFS
options PCI_QUIET
options NO_SWAPPING
+options NO_LKM
config kernel root on fd0
@@ -82,4 +82,4 @@ pseudo-device loop
pseudo-device ether
pseudo-device tun 1
pseudo-device pty 16
-pseudo-device gzip # Exec gzipped a.out's
+#pseudo-device gzip # Exec gzipped a.out's
OpenPOWER on IntegriCloud