Deleted Added
full compact
TINYBSD (162535) TINYBSD (171923)
1# $FreeBSD: head/tools/tools/tinybsd/conf/default/TINYBSD 162535 2006-09-21 22:17:04Z julian $
1# $FreeBSD: head/tools/tools/tinybsd/conf/default/TINYBSD 171923 2007-08-22 18:45:00Z remko $
2
3machine i386
4cpu I486_CPU
5cpu I586_CPU
6cpu I686_CPU
7ident TINYBSD
8
9# To statically compile in device wiring instead of /boot/device.hints

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

18options MD_ROOT # MD is a potential root device
19options NFSCLIENT # Network Filesystem Client
20options NFSSERVER # Network Filesystem Server
21options NFS_ROOT # NFS usable as /, requires NFSCLIENT
22options MSDOSFS # MSDOS Filesystem
23options CD9660 # ISO 9660 Filesystem
24options PROCFS # Process filesystem (requires PSEUDOFS)
25options PSEUDOFS # Pseudo-filesystem framework
2
3machine i386
4cpu I486_CPU
5cpu I586_CPU
6cpu I686_CPU
7ident TINYBSD
8
9# To statically compile in device wiring instead of /boot/device.hints

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

18options MD_ROOT # MD is a potential root device
19options NFSCLIENT # Network Filesystem Client
20options NFSSERVER # Network Filesystem Server
21options NFS_ROOT # NFS usable as /, requires NFSCLIENT
22options MSDOSFS # MSDOS Filesystem
23options CD9660 # ISO 9660 Filesystem
24options PROCFS # Process filesystem (requires PSEUDOFS)
25options PSEUDOFS # Pseudo-filesystem framework
26options GEOM_GPT # GUID Partition Tables.
26options GEOM_PART_GPT # GUID Partition Tables.
27options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
28options COMPAT_FREEBSD4 # Compatible with FreeBSD4
29options SYSVSHM # SYSV-style shared memory
30options SYSVMSG # SYSV-style message queues
31options SYSVSEM # SYSV-style semaphores
32options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
33options KBD_INSTALL_CDEV # install a CDEV entry in /dev
34options AHC_REG_PRETTY_PRINT # Print register bitfields in debug

--- 145 unchanged lines hidden ---
27options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
28options COMPAT_FREEBSD4 # Compatible with FreeBSD4
29options SYSVSHM # SYSV-style shared memory
30options SYSVMSG # SYSV-style message queues
31options SYSVSEM # SYSV-style semaphores
32options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
33options KBD_INSTALL_CDEV # install a CDEV entry in /dev
34options AHC_REG_PRETTY_PRINT # Print register bitfields in debug

--- 145 unchanged lines hidden ---