Date: Fri, 12 Mar 2004 16:17:54 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 48835 for review Message-ID: <200403130017.i2D0HsKR032476@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48835 Change 48835 by jmallett@jmallett_oingo on 2004/03/12 16:16:53 The direct-mapped region accesses must match those which go through the TLB. So load the kernel Uncached. Yes this does make the boot time HUGE, but it also makes it possible for us to boot SOMEWHERE. Affected files ... .. //depot/projects/mips/sys/mips/conf/INDY#6 edit Differences ... ==== //depot/projects/mips/sys/mips/conf/INDY#6 (text+ko) ==== @@ -10,7 +10,7 @@ makeoptions MIPSOPTS=-mips3 #Build for a MIPS III -makeoptions TEXTADDR=0x88069000 #Indy +makeoptions TEXTADDR=0xA8069000 #Indy # Platform support platform sgimips #SGI MIPS systems. @@ -29,9 +29,15 @@ options FFS options INET -options INET6 +options NFSCLIENT +options NFSSERVER +options PROCFS +options PSEUDOFS +device random +device md device ether device loop +device pty options SCHED_4BSD #A scheduler, if you please
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403130017.i2D0HsKR032476>