Deleted Added
full compact
XBOX (274331) XBOX (276755)
1#
2# XBOX -- kernel for an XBOX
3#
1#
2# XBOX -- kernel for an XBOX
3#
4# $FreeBSD: head/sys/i386/conf/XBOX 274331 2014-11-09 21:33:01Z melifaro $
4# $FreeBSD: head/sys/i386/conf/XBOX 276755 2015-01-06 16:15:57Z jhb $
5cpu I686_CPU # Celeron
6ident XBOX
7
8makeoptions MODULES_OVERRIDE=""
9
10options KDB
11options DDB
12

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

22options SCHED_4BSD # 4BSD scheduler
23options INET # InterNETworking
24options INET6 # IPv6 communications protocols
25options FFS # Berkeley Fast Filesystem
26options SOFTUPDATES # Enable FFS soft updates support
27#options UFS_ACL # Support for access control lists
28#options UFS_DIRHASH # Improve performance on big directories
29#options MD_ROOT # MD is a potential root device
5cpu I686_CPU # Celeron
6ident XBOX
7
8makeoptions MODULES_OVERRIDE=""
9
10options KDB
11options DDB
12

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

22options SCHED_4BSD # 4BSD scheduler
23options INET # InterNETworking
24options INET6 # IPv6 communications protocols
25options FFS # Berkeley Fast Filesystem
26options SOFTUPDATES # Enable FFS soft updates support
27#options UFS_ACL # Support for access control lists
28#options UFS_DIRHASH # Improve performance on big directories
29#options MD_ROOT # MD is a potential root device
30options NFSCL # New Network Filesystem Client
31#options NFSD # New Network Filesystem Server
30options NFSCL # Network Filesystem Client
31#options NFSD # Network Filesystem Server
32#options NFSLOCKD # Network Lock Manager
33#options NFS_ROOT # NFS usable as /, requires NFSCL
34#options MSDOSFS # MSDOS Filesystem
35options CD9660 # ISO 9660 Filesystem
36#options PROCFS # Process filesystem (requires PSEUDOFS)
37#options PSEUDOFS # Pseudo-filesystem framework
38#options COMPAT_FREEBSD4 # Compatible with FreeBSD4
39#options KTRACE # ktrace(1) support

--- 49 unchanged lines hidden ---
32#options NFSLOCKD # Network Lock Manager
33#options NFS_ROOT # NFS usable as /, requires NFSCL
34#options MSDOSFS # MSDOS Filesystem
35options CD9660 # ISO 9660 Filesystem
36#options PROCFS # Process filesystem (requires PSEUDOFS)
37#options PSEUDOFS # Pseudo-filesystem framework
38#options COMPAT_FREEBSD4 # Compatible with FreeBSD4
39#options KTRACE # ktrace(1) support

--- 49 unchanged lines hidden ---