MFi386: revision 1.576.
This commit is contained in:
parent
aa91d1cb48
commit
ac134d1d1b
@ -1580,12 +1580,6 @@ getmemsize(int first)
|
||||
pa < ISA_HOLE_START; pa += PAGE_SIZE)
|
||||
pmap_kenter(KERNBASE + pa, pa);
|
||||
|
||||
/*
|
||||
* Map the page at address zero for the bios code to use.
|
||||
* Note that page zero is not in the general page pool.
|
||||
*/
|
||||
pmap_kenter(KERNBASE, 0);
|
||||
|
||||
/*
|
||||
* if basemem != 640, map pages r/w into vm86 page table so
|
||||
* that the bios can scribble on it.
|
||||
|
@ -1580,12 +1580,6 @@ getmemsize(int first)
|
||||
pa < ISA_HOLE_START; pa += PAGE_SIZE)
|
||||
pmap_kenter(KERNBASE + pa, pa);
|
||||
|
||||
/*
|
||||
* Map the page at address zero for the bios code to use.
|
||||
* Note that page zero is not in the general page pool.
|
||||
*/
|
||||
pmap_kenter(KERNBASE, 0);
|
||||
|
||||
/*
|
||||
* if basemem != 640, map pages r/w into vm86 page table so
|
||||
* that the bios can scribble on it.
|
||||
|
Loading…
Reference in New Issue
Block a user