Make 0xa0000 - 0x10000 a "gap" in the e820 map.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jun 2008 15:43:32 +0000 (11:43 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jun 2008 15:43:32 +0000 (11:43 -0400)
commitb8d7a4797d06c9ff69712a3b436d2e0458ac7a51
treed6ea60ad3f48bd89a0fc5377ac2f78e0920f73a2
parentfe42eb2e1da67bb41509c359612d5b79fb616599
Make 0xa0000 - 0x10000 a "gap" in the e820 map.

Declaring memory between 0xa0000 - 0x10000 confuses windows, so don't
    do that.
Add capability to remove mappings in the memory mapping code.
src/memmap.c
src/memmap.h
src/post.c