diff options
Diffstat (limited to 'asm/kernel.asm')
| -rw-r--r-- | asm/kernel.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/kernel.asm b/asm/kernel.asm index 23c0d5d..b4cbb30 100644 --- a/asm/kernel.asm +++ b/asm/kernel.asm @@ -1,4 +1,4 @@ -[bits 32] +[bits 64] mov al, 'K' out dx, al @@ -18,6 +18,6 @@ mov al, 0x0A out dx, al mov al, 0x00 out dx, al -jmp $ - -times 512-($-$$) db 0 +.done + hlt + jmp .done |
