From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Tue, 11 Jul 2000 16:09:01 +0000 From: "John S. Dyson" Message-ID: <8kffk90312@enews3.newsguy.com> Content-Type: text/plain; charset=us-ascii References: <200007111439.KAA25086@cse.psu.edu> Subject: Re: [9fans] Any significant gotchas? Topicbox-Message-UUID: d7d8f772-eac8-11e9-9e20-41e7f4b1d025 In article <200007111439.KAA25086@cse.psu.edu>, jmk@plan9.bell-labs.com writes: > >As some of you'all *might* know, I like playing with > >OSes... Any major gotchas in a planned booting > >of plan9 on my SMP box? :-). (Dell Precision 620, > >dual 866 Xeon, with 1GB.) > > Many BIOS/motherboard combos pay fast and loose with the Intel > Multiprocessor Specification and there's sometimes tweaking required > to find out where the interrupts are really routed to. If you have > a problem like that let me know and get a copy of the MPS table > (there's an Intel binary available to dump it under MS-DOS). > > The only other gotcha is Plan 9 will currently only attempt to size > memory up to 768MB, you will need to add > *maxmem=0x40000000 > to plan9.ini to make it probe up to 1GB. > Thanks!!! When I get ready, and if I get some stuff working, I'll also let you know. I have the mptable program for FreeBSD (I had to modify the FreeBSD config so that the Dell would work, it has more INTRs than FreeBSD normally configures), it provides the (sometimes interesting) mapping info also!!! John