diff options
author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-19 21:45:18 +0000 |
---|---|---|
committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-19 21:45:18 +0000 |
commit | 7162850184180d661785a4492dc81923c52b19cc (patch) | |
tree | bda54ddf49cf6508f6144389d1b3049e1f7a20b6 /release/picobsd/net | |
parent | bfec642338341805cde3f4d1764e3a1992024fac (diff) | |
download | src-7162850184180d661785a4492dc81923c52b19cc.tar.gz src-7162850184180d661785a4492dc81923c52b19cc.zip |
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...
Notes
Notes:
svn path=/head/; revision=39493
Diffstat (limited to 'release/picobsd/net')
-rw-r--r-- | release/picobsd/net/conf/PICOBSD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/picobsd/net/conf/PICOBSD b/release/picobsd/net/conf/PICOBSD index c79fddc17823..24ebe4e08356 100644 --- a/release/picobsd/net/conf/PICOBSD +++ b/release/picobsd/net/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ +# $Id: PICOBSD,v 1.2 1998/09/02 14:16:03 abial Exp $ # machine "i386" @@ -26,8 +26,8 @@ options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT options PCI_QUIET -options DEVFS -options SLICE +options NO_LKM +#options DEVFS # Support for bridging and bandwidth limiting #options DUMMYNET #options BRIDGE @@ -94,4 +94,4 @@ pseudo-device ether pseudo-device tun 2 #pseudo-device vn pseudo-device pty 16 -pseudo-device gzip # Exec gzipped a.out's +#pseudo-device gzip # Exec gzipped a.out's |