Re: Xbox port
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 18, 2004 at 03:03:32PM -0700, [email protected] wrote: > The kernel works fine in general. But the Xbox needs a couple of hacks. One > of them is in the PCI bus. You need to avoid probbing 0:0:1 and 0:0:2, if > you don't, it crashes. You do need a completely different bootloader, right? So usualy the parameters passed from boot to kernel will be different, which tells us "it's a new arch". You could avoid the PCI problems in pci_machdep then. Martin