NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/38708: lkm_map issues on amd64
> > lkm_start = KERNBASE - 128*1024*1024LL;
> > lkm_end = KERNBASE;
IIUC KERNBASE is a CPU address pointing to the physical RAM base
address. If so, what does (KERNBASE - 128M) mean?
I'm totally clueless about x86 world but if I deal with these I'd
write down a memory map table and put it in a comment. :)
Masao
Home |
Main Index |
Thread Index |
Old Index