summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-11-09 03:55:40 +0000
committerimp <imp@FreeBSD.org>2005-11-09 03:55:40 +0000
commitc8edc59b4092fb95a461e7c3b6ca96b0e32e4649 (patch)
tree860f9fba5e079f89a1448044826aa9c01d4ab747 /sys/conf/options.i386
parent15d22053dea70601f4d9d533285ce248d5577417 (diff)
downloadFreeBSD-src-c8edc59b4092fb95a461e7c3b6ca96b0e32e4649.zip
FreeBSD-src-c8edc59b4092fb95a461e7c3b6ca96b0e32e4649.tar.gz
Add support for XBOX to the FreeBSD port. The xbox architecture is
nearly identical to wintel/ia32, with a couple of tweaks. Since it is so similar to ia32, it is optionally added to a i386 kernel. This port is preliminary, but seems to work well. Further improvements will improve the interaction with syscons(4), port Linux nforce driver and future versions of the xbox. This supports the 64MB and 128MB boxes. You'll need the most recent CVS version of Cromwell (the Linux BIOS for the XBOX) to boot. Rink will be maintaining this port, and is interested in feedback. He's setup a website http://xbox-bsd.nl to report the latest developments. Any silly mistakes are my fault. Submitted by: Rink P.W. Springer rink at stack dot nl and Ed Schouten ed at fxq dot nl
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r--sys/conf/options.i3863
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 7dafd5e..9e7c650 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -163,3 +163,6 @@ ASR_COMPAT opt_asr.h
# Debugging
STOP_NMI opt_cpu.h
NPX_DEBUG opt_npx.h
+
+# XBOX support in the kernel
+XBOX opt_xbox.h
OpenPOWER on IntegriCloud