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, 0 insertions, 2 deletions
diff --git a/src/kernel.asm b/src/kernel.asm
index bd22761..47f5f71 100644
--- a/src/kernel.asm
+++ b/src/kernel.asm
@@ -35,8 +35,6 @@ _start:
mov al, 00000001b ; Put the PIC in x86 mode
out 0x21, al
- sti
-
; Jump to C code
call start_kernel
jmp $