freebsd-dev/release/picobsd/dial/PICOBSD

60 lines
1.4 KiB
Plaintext
Raw Normal View History

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
#marker def_sz init MFS_inodes floppy_inodes
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
hints "PICOBSD.hints"
1998-08-27 17:38:45 +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
options MD_ROOT #Use MFS for root
1998-08-27 17:38:45 +00:00
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options EXT2FS
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
#options DEVFS
1998-08-27 17:38:45 +00:00
options PCI_QUIET
options NO_SWAPPING
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
1998-08-27 17:38:45 +00:00
device isa
device pci
1998-08-27 17:38:45 +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
# 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
device vga
1998-08-27 17:38:45 +00:00
# syscons is the default console driver, resembling an SCO console
device sc 1
# Floating point support - do not disable.
device npx
# Serial (COM) ports
device sio
1998-08-27 17:38:45 +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"