This commit is contained in:
2026-06-14 18:53:54 -05:00
parent 53c5d7d40c
commit ac4b510221
6 changed files with 56 additions and 9 deletions

View File

@@ -10,6 +10,13 @@
.long FLAGS
.long CHECKSUM
.section .bss
.align 4096
boot_page_directory:
.skip 4096
boot_page_table1:
.skip 4096
.section .bss
.align 16
stack_bottom: