免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1854 | 回复: 9
打印 上一主题 下一主题

编译6.2内核的时候,发现多了新东西xbox [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-01-17 11:32 |只看该作者 |倒序浏览
xbox都包括了,呵呵,看来FreeBSD准备在家用游戏机也发展发展!对了,里面还有个PAE,那是服务器用的?

XBOX配置文件内容

#
# XBOX -- kernel for an XBOX
#
# $FreeBSD: src/sys/i386/conf/XBOX,v 1.7.2.1 2006/08/23 16:28:03 rink Exp $
machine                i386
cpu                I686_CPU                # Celeron
ident                XBOX

makeoptions        MODULES_OVERRIDE=""

options         KDB
options         DDB

options                XBOX                        # kernel is for XBOX
device                xboxfb                        # frame buffer support
device                sc                        # syscons
device                fb

# no support yet for root device name fetching
options                ROOTDEVNAME=\"ufs:ad0s1a\"
#options        ROOTDEVNAME=\"cd9660:acd0\"

options         SCHED_4BSD                # 4BSD scheduler
options         INET                        # InterNETworking
options         INET6                        # IPv6 communications protocols
options         FFS                        # Berkeley Fast Filesystem
options         SOFTUPDATES                # Enable FFS soft updates support
#options         UFS_ACL                        # Support for access control lists
#options         UFS_DIRHASH                # Improve performance on big directories
#options         MD_ROOT                        # MD is a potential root device
options         NFSCLIENT                # Network Filesystem Client
#options         NFSSERVER                # Network Filesystem Server
#options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
#options         MSDOSFS                        # MSDOS Filesystem
options         CD9660                        # ISO 9660 Filesystem
#options         PROCFS                        # Process filesystem (requires PSEUDOFS)
#options         PSEUDOFS                # Pseudo-filesystem framework
#options         COMPAT_FREEBSD4                # Compatible with FreeBSD4
#options         KTRACE                        # ktrace(1) support
#options         SYSVSHM                        # SYSV-style shared memory
#options         SYSVMSG                        # SYSV-style message queues
#options         SYSVSEM                        # SYSV-style semaphores
#options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
#options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         ADAPTIVE_GIANT                # Giant mutex is adaptive.

#device                apic                        # I/O APIC

# Bus support.  Do not remove isa, even if you have no isa slots
device                isa
device                pci

# ATA and ATAPI devices
device                ata
device                atadisk                # ATA disk drives
device                atapicd                # ATAPI CDROM drives
options         ATA_STATIC_ID        # Static device numbering

# SCSI peripherals
device                scbus                # SCSI bus (required for SCSI)
device                da                # Direct Access (disks)

# Floating point support - do not disable.
device                npx

# Pseudo devices.
device                loop                # Network loopback
device                mem                # Memory and kernel memory devices
device                io                # I/O device
device                random                # Entropy device
device                ether                # Ethernet support
#device                tun                # Packet tunnel.
device                pty                # Pseudo-ttys (telnet etc)
#device                md                # Memory "disks"
#device                gif                # IPv6 and IPv4 tunneling
#device                faith                # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device                bpf                # Berkeley packet filter

# USB support
#device                uhci                # UHCI PCI->USB interface
device                ohci                # OHCI PCI->USB interface
device                usb                # USB Bus (required)
device                ugen                # Generic
device                uhid                # "Human Interface Devices"
device                ukbd                # Keyboard
device                ulpt                # Printer
device                umass                # Disks/Mass storage - Requires scbus and da
device                ums                # Mouse
device                urio                # Diamond Rio 500 MP3 player
device                uscanner        # Scanners

device                miibus
device                aue                # ADMtek USB Ethernet
device                axe                # ASIX Electronics USB Ethernet
device                cdce                # Generic USB over Ethernet
device                cue                # CATC USB Ethernet
device                kue                # Kawasaki LSI USB Ethernet
device                rue                # RealTek RTL8150 USB Ethernet

device                sound
device                snd_ich                # nForce audio

device                nve                # nVidia nForce MCP on-board Ethernet Networking

xbox.JPG (21.43 KB, 下载次数: 30)

xbox.JPG

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
2 [报告]
发表于 2007-01-17 11:34 |只看该作者
PAE我用得多。

4G以上内存就需要使用PAE

论坛徽章:
0
3 [报告]
发表于 2007-01-17 11:35 |只看该作者
谢谢楼上的兄弟,SMP多CPU吧,那如果我是4G以上内存并且是多CPU的,就得把两个文件合并吧?

论坛徽章:
0
4 [报告]
发表于 2007-01-17 12:43 |只看该作者
怎么个合并法?

论坛徽章:
0
5 [报告]
发表于 2007-01-17 13:44 |只看该作者
XBox的支持FB5.x就有了,只不过是单独的补丁,没有包含在官方内核里。

论坛徽章:
0
6 [报告]
发表于 2007-01-17 15:31 |只看该作者
HonestQiao

  发表于 2007-1-17 11:34
PAE我用得多。

4G以上内存就需要使用PAE


=======
好象PAE认不到4G内存吧。

论坛徽章:
2
丑牛
日期:2013-09-29 09:47:222015七夕节徽章
日期:2015-08-21 11:06:17
7 [报告]
发表于 2007-01-17 15:36 |只看该作者
原帖由 HonestQiao 于 2007-1-17 11:34 发表
PAE我用得多。

4G以上内存就需要使用PAE

羡慕啊

论坛徽章:
0
8 [报告]
发表于 2007-01-17 18:00 |只看该作者
原帖由 Coolriver 于 2007-1-17 15:31 发表
好象PAE认不到4G内存吧。

谁告诉你认不到的?

论坛徽章:
0
9 [报告]
发表于 2007-01-24 10:38 |只看该作者
内核改为XBOX能否当XBOX来用? 有哪位大侠试过?

论坛徽章:
0
10 [报告]
发表于 2007-01-24 15:05 |只看该作者
原帖由 mkdir 于 2007-1-24 10:38 发表
内核改为XBOX能否当XBOX来用? 有哪位大侠试过?

不能
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP