mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-02 01:37:57 +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 |