diff options
Diffstat (limited to 'src/boot.asm')
-rw-r--r-- | src/boot.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot.asm b/src/boot.asm index 681bf10..0581eb6 100644 --- a/src/boot.asm +++ b/src/boot.asm @@ -42,6 +42,8 @@ stublet: %include "src/interrupts/irq.asm" +%include "src/io/io.asm" + ; Store the stack SECTION .bss resb 8192 ; Reserve 8KiB |