diff options
Diffstat (limited to 'include/01.pocetak/boot02.s')
| -rw-r--r-- | include/01.pocetak/boot02.s | 5 |
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: |
