aboutsummaryrefslogtreecommitdiff
path: root/include/01.pocetak/boot02.s
diff options
context:
space:
mode:
Diffstat (limited to 'include/01.pocetak/boot02.s')
-rw-r--r--include/01.pocetak/boot02.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/01.pocetak/boot02.s b/include/01.pocetak/boot02.s
new file mode 100644
index 0000000..a9280a6
--- /dev/null
+++ b/include/01.pocetak/boot02.s
@@ -0,0 +1,5 @@
+.section .bss
+.align 16
+stack_bottom:
+.skip 16384
+stack_top: