1998-08-27 17:38:45 +00:00
|
|
|
#
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
2000-02-08 09:14:23 +00:00
|
|
|
#Line starting with #PicoBSD contains PicoBSD build parameters
|
2001-02-01 21:05:52 +00:00
|
|
|
#marker def_sz init MFS_inodes floppy_inodes
|
|
|
|
#PicoBSD 2200 init 4096 32768
|
|
|
|
options MD_ROOT_SIZE=2200 # same as def_sz
|
|
|
|
|
2001-06-21 08:56:59 +00:00
|
|
|
hints "PICOBSD.hints"
|
1998-08-27 17:38:45 +00:00
|
|
|
#
|
1999-05-24 17:27:30 +00:00
|
|
|
machine i386
|
|
|
|
cpu I586_CPU
|
|
|
|
cpu I686_CPU
|
1998-08-27 17:38:45 +00:00
|
|
|
ident PICOBSD
|
|
|
|
maxusers 3
|
|
|
|
|
|
|
|
options MATH_EMULATE #Support for x87 emulation
|
|
|
|
options INET #InterNETworking
|
|
|
|
options FFS #Berkeley Fast Filesystem
|
1999-11-28 21:33:44 +00:00
|
|
|
options MD_ROOT #Use MFS for root
|
1998-08-27 17:38:45 +00:00
|
|
|
options MSDOSFS #MSDOS Filesystem
|
1999-05-24 17:27:30 +00:00
|
|
|
options CD9660 #ISO 9660 Filesystem
|
|
|
|
options EXT2FS
|
|
|
|
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
1998-09-19 21:45:18 +00:00
|
|
|
#options DEVFS
|
1998-08-27 17:38:45 +00:00
|
|
|
options PCI_QUIET
|
|
|
|
options NO_SWAPPING
|
2000-04-25 19:00:08 +00:00
|
|
|
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
|
1998-08-27 17:38:45 +00:00
|
|
|
|
2000-10-15 20:42:22 +00:00
|
|
|
device isa
|
|
|
|
device pci
|
1998-08-27 17:38:45 +00:00
|
|
|
|
2000-10-15 20:42:22 +00:00
|
|
|
device fdc
|
|
|
|
device ata
|
2000-02-08 09:14:23 +00:00
|
|
|
device atadisk
|
|
|
|
device atapicd
|
|
|
|
options ATA_STATIC_ID #Static device numbering
|
1998-08-27 17:38:45 +00:00
|
|
|
|
2000-10-15 20:42:22 +00:00
|
|
|
# atkbdc0 controls both the keyboard and the PS/2 mouse
|
|
|
|
device atkbdc 1
|
|
|
|
device atkbd
|
|
|
|
device psm
|
1999-01-14 23:15:39 +00:00
|
|
|
|
2000-10-15 20:42:22 +00:00
|
|
|
device vga
|
1998-08-27 17:38:45 +00:00
|
|
|
|
1999-05-24 17:27:30 +00:00
|
|
|
# syscons is the default console driver, resembling an SCO console
|
2000-10-15 20:42:22 +00:00
|
|
|
device sc 1
|
1999-05-24 17:27:30 +00:00
|
|
|
|
2000-10-15 20:42:22 +00:00
|
|
|
# Floating point support - do not disable.
|
|
|
|
device npx
|
1999-05-24 17:27:30 +00:00
|
|
|
|
2000-10-15 20:42:22 +00:00
|
|
|
# Serial (COM) ports
|
|
|
|
device sio
|
1998-08-27 17:38:45 +00:00
|
|
|
|
2000-10-15 20:42:22 +00:00
|
|
|
device random # Entropy device
|
|
|
|
device loop # Network loopback
|
|
|
|
device ether # Ethernet support
|
|
|
|
device tun # Packet tunnel.
|
|
|
|
device pty # Pseudo-ttys (telnet etc)
|
|
|
|
device md # Memory "disks"
|