NetBSD/sys/arch/xen/x86
cl f720882cf0 Rework the physical<->machine memory mapping: offset physical addresses
by 0x100000 (above the I/O Memory "hole") leaving all physical addresses
below unused, don't perform phys<->mach mapping for addresses below 0x100000
or beyond the real hardware's physical memory.

-> /dev/mem works now as expected and X works in domain0.
2004-04-26 22:05:04 +00:00
..
bus_space.c Rework the physical<->machine memory mapping: offset physical addresses 2004-04-26 22:05:04 +00:00
consinit.c Enable keyboard and vga display as console when running as domain-0. 2004-04-24 21:45:58 +00:00
intr.c