summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-04-10 12:58:20 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-04-10 12:58:20 +0700
commit515a11b818e4140845f69bb26a19d270a9e42178 (patch)
treefd22e0d8d56a6498fb67ffcd99da0a45b97ab5f3 /kernel
parent9ad5b9b6a1f8d641ac13f7c004afd6ea9bff50ee (diff)
MSR + IDT + test ISRs
Diffstat (limited to 'kernel')
-rw-r--r--kernel/boot.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/boot.s b/kernel/boot.s
index 710bb7b..798e7e3 100644
--- a/kernel/boot.s
+++ b/kernel/boot.s
@@ -21,7 +21,6 @@ global _start:function (_start.end - _start)
_start:
mov esp, stack_top
call main
- int 0x20
cli
.hang: hlt
jmp .hang