mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
memory
This commit is contained in:
parent
3222bcbfe2
commit
4574150d2b
9 changed files with 156 additions and 11 deletions
|
@ -8,6 +8,7 @@ bits 32
|
|||
|
||||
start:
|
||||
mov esp, stack_top
|
||||
mov edi, ebx
|
||||
|
||||
call check_multiboot
|
||||
call check_cpuid
|
||||
|
@ -147,7 +148,7 @@ p3_table:
|
|||
p2_table:
|
||||
resb 4096
|
||||
stack_bottom:
|
||||
resb 64
|
||||
resb 4096 * 4 ;; 16 KiB
|
||||
stack_top:
|
||||
|
||||
section .rodata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue