I want to read some data that the BIOS (this is on a peecee) has put into physical memory. i386/mem.c does this with pmap_enter, but judging from comments in pmap.h this should be done differently? So, what's the best to do this? I would prefer mapping this memory into kernel VM, so it's easy to access. /Johan