mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
- Initialize only the page table for the region up to 8MB.
svn path=/trunk/; revision=6068
This commit is contained in:
parent
8331f92d3f
commit
f9cf46a778
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ _multiboot_entry:
|
|||
movl %eax, (%esi, %edi)
|
||||
addl $0x1000, %eax
|
||||
addl $4, %edi
|
||||
cmpl $8192, %edi
|
||||
cmpl $6144, %edi
|
||||
jl .l4
|
||||
|
||||
#ifdef MP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue