Deleted Added
full compact
PICOBSD (92025) PICOBSD (116687)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 92025 2002-03-10 21:10:25Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 116687 2003-06-22 15:32:09Z luigi $
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 3200 init 8192 32768
7options MD_ROOT_SIZE=3200 # same as def_sz
8
9hints "PICOBSD.hints"
10machine i386
11#cpu I386_CPU # we do not want this on current...
12cpu I486_CPU
13cpu I586_CPU
14cpu I686_CPU
15ident PICOBSD
16
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 3200 init 8192 32768
7options MD_ROOT_SIZE=3200 # same as def_sz
8
9hints "PICOBSD.hints"
10machine i386
11#cpu I386_CPU # we do not want this on current...
12cpu I486_CPU
13cpu I586_CPU
14cpu I686_CPU
15ident PICOBSD
16
17options SCHED_4BSD # mandatory to have one scheduler
17#options MATH_EMULATE #Support for x87 emulation
18options INET #InterNETworking
19#options INET6
20options FFS #Berkeley Fast Filesystem
21#options BOOTP #Use BOOTP to obtain IP address/hostname
22options MD_ROOT #MD is a potential root device
23
24#options NFS #Network Filesystem

--- 26 unchanged lines hidden (view full) ---

51
52# ATA and ATAPI devices
53#device ata
54#device atadisk # ATA disk drives
55#device atapicd # ATAPI CDROM drives
56#options ATA_STATIC_ID #Static device numbering
57
58# atkbdc0 controls both the keyboard and the PS/2 mouse
18#options MATH_EMULATE #Support for x87 emulation
19options INET #InterNETworking
20#options INET6
21options FFS #Berkeley Fast Filesystem
22#options BOOTP #Use BOOTP to obtain IP address/hostname
23options MD_ROOT #MD is a potential root device
24
25#options NFS #Network Filesystem

--- 26 unchanged lines hidden (view full) ---

52
53# ATA and ATAPI devices
54#device ata
55#device atadisk # ATA disk drives
56#device atapicd # ATAPI CDROM drives
57#options ATA_STATIC_ID #Static device numbering
58
59# atkbdc0 controls both the keyboard and the PS/2 mouse
59device atkbdc 1 # At keyboard controller
60device atkbdc # At keyboard controller
60device atkbd
61#device psm # do we need the mouse ??
62
63device vga # VGA screen
64
65# syscons is the default console driver, resembling an SCO console
66
61device atkbd
62#device psm # do we need the mouse ??
63
64device vga # VGA screen
65
66# syscons is the default console driver, resembling an SCO console
67
67device sc 1
68device sc
68
69# Floating point support - do not disable.
70device npx
71
72# Serial (COM) ports
73device sio
74
75# Audio support

--- 43 unchanged lines hidden ---
69
70# Floating point support - do not disable.
71device npx
72
73# Serial (COM) ports
74device sio
75
76# Audio support

--- 43 unchanged lines hidden ---