mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
MFi386: revision 1.554.
This commit is contained in:
parent
82bbd989e7
commit
0f46d10b5c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111310
@ -1573,7 +1573,7 @@ getmemsize(int first)
|
|||||||
* map page 1 R/W into the kernel page table so we can use it
|
* map page 1 R/W into the kernel page table so we can use it
|
||||||
* as a buffer. The kernel will unmap this page later.
|
* as a buffer. The kernel will unmap this page later.
|
||||||
*/
|
*/
|
||||||
pmap_kenter(KERNBASE + (1 << PAGE_SHIFT), 1);
|
pmap_kenter(KERNBASE + (1 << PAGE_SHIFT), 1 << PAGE_SHIFT);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* get memory map with INT 15:E820
|
* get memory map with INT 15:E820
|
||||||
|
@ -1573,7 +1573,7 @@ getmemsize(int first)
|
|||||||
* map page 1 R/W into the kernel page table so we can use it
|
* map page 1 R/W into the kernel page table so we can use it
|
||||||
* as a buffer. The kernel will unmap this page later.
|
* as a buffer. The kernel will unmap this page later.
|
||||||
*/
|
*/
|
||||||
pmap_kenter(KERNBASE + (1 << PAGE_SHIFT), 1);
|
pmap_kenter(KERNBASE + (1 << PAGE_SHIFT), 1 << PAGE_SHIFT);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* get memory map with INT 15:E820
|
* get memory map with INT 15:E820
|
||||||
|
Loading…
Reference in New Issue
Block a user