summaryrefslogtreecommitdiff
path: root/src/kernel.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.asm')
-rw-r--r--src/kernel.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel.asm b/src/kernel.asm
index 93afff7..6d2779a 100644
--- a/src/kernel.asm
+++ b/src/kernel.asm
@@ -25,3 +25,5 @@ _start:
jmp $
+; Hack to align the source code at 16bytes (because 512 is a multiple of 16)
+times 512 - ($ - $$) db 0