summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2010-01-26 05:17:03 +0000
committerrrs <rrs@FreeBSD.org>2010-01-26 05:17:03 +0000
commitaf6640b78e61936ea5af4eeb2a5989d4c53c3d51 (patch)
tree430ec7d521ea1b4a19fe925683c6f2114a818181 /sys/mips
parent1998b278969235a7971a31219e680f52c6d39985 (diff)
downloadFreeBSD-src-af6640b78e61936ea5af4eeb2a5989d4c53c3d51.zip
FreeBSD-src-af6640b78e61936ea5af4eeb2a5989d4c53c3d51.tar.gz
My current conf, that comes up but
locks up in make buildworld. You need to follow the mips wiki for building the nfs partition and setup things to mount there (in the conf and in your bootp setup).
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/XLR11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/mips/conf/XLR b/sys/mips/conf/XLR
index eacebbb..5450db1 100644
--- a/sys/mips/conf/XLR
+++ b/sys/mips/conf/XLR
@@ -79,10 +79,10 @@ options BOOTP_NFSROOT
options BOOTP_NFSV3
options BOOTP_WIRED_TO=rge0
options BOOTP_COMPAT
-options ROOTDEVNAME=\"nfs:10.1.1.15:/extra/nfsroot\"
+options ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
#
#options MD_ROOT # MD is a potential root device
-#options MD_ROOT_SIZE=21264
+#options MD_ROOT_SIZE=27000
#options MD_ROOT_SIZE=5120
#options ROOTDEVNAME=\"ufs:md0\"
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
@@ -96,8 +96,8 @@ options DDB
options KDB
options GDB
options ALT_BREAK_TO_DEBUGGER
-#options INVARIANTS #Enable calls of extra sanity checking
-#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
+options INVARIANTS #Enable calls of extra sanity checking
+options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS #Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
#options KTR # ktr(4) and ktrdump(8) support
@@ -110,10 +110,9 @@ device pci
#device ata
#device atadisk
#options XLR_PERFMON # Enable XLR processor activity monitoring
-
+options BREAK_TO_DEBUGGER
#device genclock
device uart
-
# Pseudo
device loop
device random
OpenPOWER on IntegriCloud