Re: Porting NetBSD to the Nintendo 3DS
Nick Hudson <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On 02/12/2024 02:12, Paul Walker wrote: > On 11/28/24 14:05, Paul Walker wrote: >> I'm going to start by writing firmware to load a NetBSD kernel. > > I got the kernel loaded. Now I just need to resolve an issue with > uvm_km_bootstrap panicking with "could not reserve space for kernel". > > Does anyone know what's causing this It's probably the fact that the kernel is mapped at KVA=PA. Normally the kernel would have KVA above 2GB at somewhere near 0x8000_0000 or 0xc000_0000. Nick