diff --git a/src/bss.s b/src/bss.s index 7c204d5..5507582 100644 --- a/src/bss.s +++ b/src/bss.s @@ -1,3 +1,6 @@ .section .bss +.global _BSS_START +_BSS_START: .space 0x31080 +_BSS_END: diff --git a/src/entry.s.REMOVED.git-id b/src/entry.s.REMOVED.git-id index 16a4a96..97221e5 100644 --- a/src/entry.s.REMOVED.git-id +++ b/src/entry.s.REMOVED.git-id @@ -1 +1 @@ -9058e4e8951975fc089403cdc4f055eabcf3dd89 \ No newline at end of file +5101355a4fa48111c847c43615472c06e46eb7a6 \ No newline at end of file