mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
10 lines
212 B
NASM
10 lines
212 B
NASM
section .data
|
|
align 0x1000
|
|
global BootPageTable
|
|
BootPageTable:
|
|
dq 0x0000000000000083
|
|
dq 0x0000000000000083
|
|
TIMES (512-2) dq 0
|
|
dq 0x0000000000000083
|
|
dq 0x0000000000000083
|
|
TIMES (512-2) dq 0 |