head	1.14;
access;
symbols
	RELENG_3_5_0_RELEASE:1.8.2.4
	RELENG_3_4_0_RELEASE:1.8.2.4
	RELENG_3_3_0_RELEASE:1.8.2.4
	RELENG_3_2_PAO:1.8.2.2.0.2
	RELENG_3_2_PAO_BP:1.8.2.2
	RELENG_3_2_0_RELEASE:1.8.2.2
	RELENG_3_1_0_RELEASE:1.8.2.2
	RELENG_3:1.8.0.2
	RELENG_3_BP:1.8
	RELENG_3_0_0_RELEASE:1.4
	v0_4:1.1.1.1
	PICOBSD:1.1.1;
locks; strict;
comment	@# @;


1.14
date	99.08.22.21.43.37;	author dwhite;	state dead;
branches;
next	1.13;

1.13
date	99.06.14.18.16.51;	author roger;	state Exp;
branches;
next	1.12;

1.12
date	99.06.14.18.08.17;	author roger;	state Exp;
branches;
next	1.11;

1.11
date	99.05.24.17.26.47;	author roger;	state Exp;
branches;
next	1.10;

1.10
date	99.02.12.20.35.23;	author abial;	state Exp;
branches;
next	1.9;

1.9
date	99.02.10.02.26.04;	author des;	state Exp;
branches;
next	1.8;

1.8
date	99.01.18.10.17.31;	author abial;	state Exp;
branches
	1.8.2.1;
next	1.7;

1.7
date	99.01.14.23.20.09;	author abial;	state Exp;
branches;
next	1.6;

1.6
date	98.11.14.20.10.23;	author abial;	state Exp;
branches;
next	1.5;

1.5
date	98.10.25.15.31.14;	author abial;	state Exp;
branches;
next	1.4;

1.4
date	98.09.26.17.27.20;	author abial;	state Exp;
branches;
next	1.3;

1.3
date	98.09.19.21.44.57;	author abial;	state Exp;
branches;
next	1.2;

1.2
date	98.09.02.14.15.54;	author abial;	state Exp;
branches;
next	1.1;

1.1
date	98.08.27.17.38.42;	author abial;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.08.27.17.38.42;	author abial;	state Exp;
branches;
next	;

1.8.2.1
date	99.02.07.22.19.57;	author abial;	state Exp;
branches;
next	1.8.2.2;

1.8.2.2
date	99.02.15.02.49.12;	author des;	state Exp;
branches;
next	1.8.2.3;

1.8.2.3
date	99.05.24.15.32.15;	author roger;	state Exp;
branches;
next	1.8.2.4;

1.8.2.4
date	99.08.22.23.08.28;	author dwhite;	state dead;
branches;
next	;


desc
@@


1.14
log
@Major PicoBSD update by luigi with some debugging help from myself.

. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
  type directory (can exclude & override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel

THIS IS BROKEN ON CURRENT.  I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.

Submitted by:	luigi
@
text
@#
# $Id: PICOBSD,v 1.13 1999/06/14 18:16:51 roger Exp $
#

machine		i386
cpu		I386_CPU
cpu		I486_CPU
cpu		I586_CPU
cpu		I686_CPU
ident		PICOBSD
maxusers	20

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		FFS_ROOT		#FFS usable as root device [keep this!]
options		NFS			#Network Filesystem
#options		BOOTP
options		MFS			#Memory Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		CD9660			#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options		USERCONFIG		#boot -c editor
options		INTRO_USERCONFIG		#imply -c and parse info area
options		VISUAL_USERCONFIG	#visual boot -c editor
options		IPFIREWALL
options		IPFIREWALL_DEFAULT_TO_ACCEPT
options		IPDIVERT
#options		DEVFS
options		PCI_QUIET
# Support for bridging and bandwidth limiting
#options	DUMMYNET
#options	BRIDGE

controller	isa0
controller	pci0

controller	fdc0	at isa? port IO_FD1 irq 6 drq 2
disk		fd0	at fdc0 drive 0
#disk		fd1	at fdc0 drive 1

controller	wdc0	at isa? port IO_WD1 irq 14
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

controller	wdc1	at isa? port IO_WD2 irq 15
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1

device		wcd0	#IDE CD-ROM

# atkbdc0 controlls both the keyboard and the PS/2 mouse
controller	atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1

device		vga0	at isa? port ? conflicts

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa?

device		npx0	at nexus? port IO_NPX irq 13

device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3
device		sio2	at isa? port IO_COM3 irq 5
device		sio3	at isa? port IO_COM4 irq 9

# Support for multiport serial cards

options	COM_MULTIPORT

# AST

device		sio4	at isa? port 0x2a0 flags 0x701
device		sio5	at isa? port 0x2a8 flags 0x701
device		sio6	at isa? port 0x2b0 flags 0x701
device		sio7	at isa? port 0x2b8 flags 0x701 irq 12

# Boca Board. You must configure the ports above with -c to change the flags.

device		sio8	at isa? port 0x120 flags 0xb05
device		sio9	at isa? port 0x128 flags 0xb05
device		sio10	at isa? port 0x130 flags 0xb05
device		sio11	at isa? port 0x138 flags 0xb05 irq 12

# Hayes ESP boards

options	COM_ESP

# Comtrol Rocketport
# The PCI versions
#device	rp0
#device	rp1
# The ISA versions
device	rp0	at isa? port 0x100
device	rp1	at isa? port 0x180

# Cyclades Cyclom-Y serial driver
device cy0	at isa? irq 10 iomem 0xd4000 iosiz 0x2000
device cy1	at isa? irq 11 iomem 0xd6000 iosiz 0x2000

device ppc0	at isa? port? flags 0x40 irq 7
controller	ppbus0
device		lpt0	at ppbus?
device		plip0	at ppbus?
device		ppi0	at ppbus?

#
# The following Ethernet NICs are all PCI devices.
#
device de0              # DEC/Intel DC21x4x (``Tulip'')
device fxp0             # Intel EtherExpress PRO/100B (82557, 82558)

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.

device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
device ed1 at isa? port 0x300 irq 5 iomem 0xd0000
device ep0 at isa? port 0x300 irq 10
device ep1 at isa? port 0x280 irq 5
device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
device lnc0 at isa? port 0x300 irq 10 drq 0

pseudo-device	loop
pseudo-device	ether
# iijppp uses tun instead of ppp device
pseudo-device	ppp	8
pseudo-device	tun	2
#pseudo-device	vn
pseudo-device	pty	16
#pseudo-device	gzip		# Exec gzipped a.out's
@


1.13
log
@Last commit was incorrect. Remove the 'rp' PCI device
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.11 1999/05/24 17:26:47 roger Exp $
@


1.12
log
@Comment out the PCI Comtrol Rocketport entries.
The PicoBSD 'isp' build fails when both the PCI and ISA versions of the
'rp' driver are included at the same time
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.8.2.3 1999/05/24 15:32:15 roger Exp $
d5 5
a9 5
machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
cpu		"I686_CPU"
d21 1
a21 1
options		"CD9660"		#ISO 9660 Filesystem
d23 1
a23 1
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
a31 1
options		NO_LKM
a35 2
config		kernel	root on fd0a

d39 1
a39 1
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2
d43 1
a43 2
options		"CMD640"	# work around CMD640 chip deficiency
controller	wdc0	at isa? port "IO_WD1" bio irq 14
d47 1
a47 1
controller	wdc1	at isa? port "IO_WD2" bio irq 15
d51 1
a51 3
options		ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM
device		acd0	#IDE CD-ROM
d54 2
a55 2
controller	atkbdc0	at isa? port IO_KBD tty
device		atkbd0	at isa? tty irq 1
d60 1
a60 1
device		sc0	at isa? tty
d62 1
a62 1
device		npx0	at isa? port IO_NPX irq 13
d64 4
a67 4
device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4
device		sio1	at isa? port "IO_COM2" tty irq 3
device		sio2	at isa? port "IO_COM3" tty irq 5
device		sio3	at isa? port "IO_COM4" tty irq 9
d75 4
a78 4
device		sio4	at isa? port 0x2a0 tty flags 0x701
device		sio5	at isa? port 0x2a8 tty flags 0x701
device		sio6	at isa? port 0x2b0 tty flags 0x701
device		sio7	at isa? port 0x2b8 tty flags 0x701 irq 12
d82 4
a85 4
device		sio8	at isa? port 0x120 tty flags 0xb05
device		sio9	at isa? port 0x128 tty flags 0xb05
device		sio10	at isa? port 0x130 tty flags 0xb05
device		sio11	at isa? port 0x138 tty flags 0xb05 irq 12
d96 2
a97 2
device	rp0	at isa? port 0x100 tty
device	rp1	at isa? port 0x180 tty
d100 2
a101 2
device cy0	at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000
device cy1	at isa? tty irq 11 iomem 0xd6000 iosiz 0x2000
d103 1
a103 1
device ppc0	at isa? port? flags 0x40 net irq 7
d105 1
a105 1
device		nlpt0	at ppbus?
d120 6
a125 6
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000
device ed1 at isa? port 0x300 net irq 5 iomem 0xd0000
device ep0 at isa? port 0x300 net irq 10
device ep1 at isa? port 0x280 net irq 5
device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000
device lnc0 at isa? port 0x300 net irq 10 drq 0
@


1.11
log
@Update PicoBSD kernel config files. Changes are
  removal of bio, tty, net
  removal of quotes
  switches from isa? to nexus? or atkbdc?
  additional comments

  These bring the kernel config files in sync with those in
  RELENG_3
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.8.2.2 1999/02/15 02:49:12 des Exp $
d5 5
a9 5
machine		i386
cpu		I386_CPU
cpu		I486_CPU
cpu		I586_CPU
cpu		I686_CPU
d21 1
a21 1
options		CD9660			#ISO 9660 Filesystem
d23 1
a23 1
options		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
d32 1
d37 2
d42 1
a42 1
controller	fdc0	at isa? port IO_FD1 irq 6 drq 2
d46 2
a47 1
controller	wdc0	at isa? port IO_WD1 irq 14
d51 1
a51 1
controller	wdc1	at isa? port IO_WD2 irq 15
d55 3
a57 1
device		wcd0	#IDE CD-ROM
d60 2
a61 2
controller	atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1
d66 1
a66 1
device		sc0	at isa?
d68 1
a68 1
device		npx0	at nexus? port IO_NPX irq 13
d70 4
a73 4
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3
device		sio2	at isa? port IO_COM3 irq 5
device		sio3	at isa? port IO_COM4 irq 9
d81 4
a84 4
device		sio4	at isa? port 0x2a0 flags 0x701
device		sio5	at isa? port 0x2a8 flags 0x701
device		sio6	at isa? port 0x2b0 flags 0x701
device		sio7	at isa? port 0x2b8 flags 0x701 irq 12
d88 4
a91 4
device		sio8	at isa? port 0x120 flags 0xb05
device		sio9	at isa? port 0x128 flags 0xb05
device		sio10	at isa? port 0x130 flags 0xb05
device		sio11	at isa? port 0x138 flags 0xb05 irq 12
d99 2
a100 2
device	rp0
device	rp1
d102 2
a103 2
device	rp0	at isa? port 0x100
device	rp1	at isa? port 0x180
d106 2
a107 2
device cy0	at isa? irq 10 iomem 0xd4000 iosiz 0x2000
device cy1	at isa? irq 11 iomem 0xd6000 iosiz 0x2000
d109 1
a109 1
device ppc0	at isa? port? flags 0x40 irq 7
d111 1
a111 1
device		lpt0	at ppbus?
d126 6
a131 6
device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
device ed1 at isa? port 0x300 irq 5 iomem 0xd0000
device ep0 at isa? port 0x300 irq 10
device ep1 at isa? port 0x280 irq 5
device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
device lnc0 at isa? port 0x300 irq 10 drq 0
@


1.10
log
@Merge from RELENG_3.
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.9 1999/02/10 02:26:04 des Exp $
d5 5
a9 5
machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
cpu		"I686_CPU"
d16 1
a16 1
options		FFS_ROOT
d19 1
a19 1
options		MFS
d21 1
a21 1
options		"CD9660"		#ISO 9660 Filesystem
d23 1
a23 1
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
a31 1
options		NO_LKM
a35 2
config		kernel	root on fd0a

d39 1
a39 1
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2
d43 1
a43 2
options		"CMD640"	# work around CMD640 chip deficiency
controller	wdc0	at isa? port "IO_WD1" bio irq 14
d47 1
a47 1
controller	wdc1	at isa? port "IO_WD2" bio irq 15
d51 1
a51 3
options		ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM
device		acd0	#IDE CD-ROM
d53 3
a55 1
# syscons is the default console driver, resembling an SCO console
a56 2
controller	atkbdc0	at isa? port IO_KBD tty
device		atkbd0	at isa? tty irq 1
a57 1
device		sc0	at isa? tty
d59 4
a62 1
device		npx0	at isa? port IO_NPX irq 13
d64 4
a67 4
device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4
device		sio1	at isa? port "IO_COM2" tty irq 3
device		sio2	at isa? port "IO_COM3" tty irq 5
device		sio3	at isa? port "IO_COM4" tty irq 9
d75 4
a78 4
device		sio4	at isa? port 0x2a0 tty flags 0x701
device		sio5	at isa? port 0x2a8 tty flags 0x701
device		sio6	at isa? port 0x2b0 tty flags 0x701
device		sio7	at isa? port 0x2b8 tty flags 0x701 irq 12
d82 4
a85 4
device		sio8	at isa? port 0x120 tty flags 0xb05
device		sio9	at isa? port 0x128 tty flags 0xb05
device		sio10	at isa? port 0x130 tty flags 0xb05
device		sio11	at isa? port 0x138 tty flags 0xb05 irq 12
d96 2
a97 2
device	rp0	at isa? port 0x100 tty
device	rp1	at isa? port 0x180 tty
d100 2
a101 2
device cy0	at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000
device cy1	at isa? tty irq 11 iomem 0xd6000 iosiz 0x2000
d103 11
a113 1
device		lpt0	at isa? port? tty irq 7
a118 2
device de0
device fxp0
d120 6
a125 6
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000
device ed1 at isa? port 0x300 net irq 5 iomem 0xd0000
device ep0 at isa? port 0x300 net irq 10
device ep1 at isa? port 0x280 net irq 5
device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000
device lnc0 at isa? port 0x300 net irq 10 drq 0
@


1.9
log
@Use ppbus instead of the lpt driver.
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.8 1999/01/18 10:17:31 abial Exp $
d57 1
a57 1
device		wcd0	#IDE CD-ROM
d107 1
a107 5
device ppc0	at isa? port? net irq 7
controller	ppbus0
device		nlpt0	at ppbus?
device		plip0	at ppbus?
device		ppi0	at ppbus?
@


1.8
log
@Fix copy & paste error.

Submitted by:	Reinier Bezuidenhout <rbezuide@@oskar.nanoteq.co.za>
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.7 1999/01/14 23:20:09 abial Exp $
d107 5
a111 1
device		lpt0	at isa? port? tty irq 7
@


1.8.2.1
log
@Change wcd0 to acd0. Pointed out by "E-post fra NetCom-abonnent",
Norway :-)
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.8 1999/01/18 10:17:31 abial Exp $
d57 1
a57 1
device		acd0	#IDE CD-ROM
@


1.8.2.2
log
@Use ppbus instead of the old lpt driver.

Approved by:	jkh
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.8.2.1 1999/02/07 22:19:57 abial Exp $
d107 1
a107 5
device ppc0	at isa? port? net irq 7
controller	ppbus0
device		nlpt0	at ppbus?
device		plip0	at ppbus?
device		ppi0	at ppbus?
@


1.8.2.3
log
@Updated PicoBSD kernel config files
  Use flags 0x40 for ppbus (as per GENERIC)
  Add comments to match the comments in GENERIC
  Remove old vector usage

Approved by: Andrzej Bialecki <abial@@webgiro.com>
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.8.2.2 1999/02/15 02:49:12 des Exp $
d16 1
a16 1
options		FFS_ROOT		#FFS usable as root device [keep this!]
d19 1
a19 1
options		MFS			#Memory Filesystem
d59 2
a60 1
# atkbdc0 controlls both the keyboard and the PS/2 mouse
a62 1

a63 2

# syscons is the default console driver, resembling an SCO console
d107 1
a107 1
device ppc0	at isa? port? flags 0x40 net irq 7
a112 6
#
# The following Ethernet NICs are all PCI devices.
#
device de0              # DEC/Intel DC21x4x (``Tulip'')
device fxp0             # Intel EtherExpress PRO/100B (82557, 82558)

d117 2
@


1.8.2.4
log
@MFC: PicoBSD mega-upgrade.  It actually works in -STABLE, let's hope I
didn't miss anything.  According to luigi, I have jkh's OK on this.

Submitted by:  luigi
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.8.2.3 1999/05/24 15:32:15 roger Exp $
@


1.7
log
@Change to new syscons devices.
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.6 1998/11/14 20:10:23 abial Exp $
d64 1
a64 1
device		sc0	at isa? tty irq 1
@


1.6
log
@Change USERCONFIG_BOOT -> INTRO_USERCONFIG
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.5 1998/10/25 15:31:14 abial Exp $
d60 5
a64 1
device		sc0	at isa? port IO_KBD conflicts tty irq 1
@


1.5
log
@Changes to comply with new syntax.

Noticed by:	bde, the Hawk Eye :-)
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.4 1998/09/26 17:27:20 abial Exp $
d25 1
a25 1
options		USERCONFIG_BOOT		#imply -c and parse info area
@


1.4
log
@Small rearrangements for a bugfix release 0.41.
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.3 1998/09/19 21:44:57 abial Exp $
d16 1
d42 1
a42 1
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
d47 1
a47 1
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
d51 1
a51 1
controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
d60 1
a60 1
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
d62 1
a62 1
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
d64 4
a67 4
device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr
device		sio3	at isa? port "IO_COM4" tty irq 9 vector siointr
d71 1
a71 1
options	"COM_MULTIPORT"
d78 1
a78 1
device		sio7	at isa? port 0x2b8 tty flags 0x701 irq 12 vector siointr
d85 1
a85 1
device		sio11	at isa? port 0x138 tty flags 0xb05 irq 12 vector siointr
d89 1
a89 1
options	"COM_ESP"
d100 2
a101 2
device cy0	at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
device cy1	at isa? tty irq 11 iomem 0xd6000 iosiz 0x2000 vector cyintr
d103 1
a103 1
device		lpt0	at isa? port? tty irq 7 vector lptintr
a109 1
device de1
d112 6
a117 11
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 5 iomem 0xd0000 vector edintr
device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device ep1 at isa? port 0x280 net irq 5 vector epintr
#device ex0 at isa? port? net irq? vector exintr
#device fe0 at isa? port 0x300 net irq ? vector feintr
#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
#device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zeintr
#device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
@


1.3
log
@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...
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.2 1998/09/02 14:15:54 abial Exp $
d17 1
a17 1
options		BOOTP
@


1.2
log
@Add options for bridging and bandwidth limiting (disabled by default).

Submitted by:	Luigi Rizzo <luigi@@iet.unipi.it>
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
d29 1
a29 2
options		DEVFS
options		SLICE
d31 1
d131 1
a131 1
pseudo-device	gzip		# Exec gzipped a.out's
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: PICOBSD,v 1.2 1998/08/02 12:22:00 abial Exp $
d32 3
@


1.1.1.1
log
@Initial import of PicoBSD v0.4 tree.
@
text
@@
