summaryrefslogtreecommitdiff
path: root/src/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386')
-rw-r--r--src/arch/i386/boot.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/i386/boot.s b/src/arch/i386/boot.s
index 74ec312..2578e87 100644
--- a/src/arch/i386/boot.s
+++ b/src/arch/i386/boot.s
@@ -1,13 +1,3 @@
-/* a lil stack TODO move to linker.ld */
-.section .bss
-.global stack_top
-.type stack_top, @object
-.align 16
-stack_bottom:
-.skip 16384
-stack_top:
-
-
.section .text
.global _start
.type _start, @function