diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2024-04-10 12:58:20 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2024-04-10 12:58:20 +0700 |
| commit | 515a11b818e4140845f69bb26a19d270a9e42178 (patch) | |
| tree | fd22e0d8d56a6498fb67ffcd99da0a45b97ab5f3 /kernel/boot.s | |
| parent | 9ad5b9b6a1f8d641ac13f7c004afd6ea9bff50ee (diff) | |
MSR + IDT + test ISRs
Diffstat (limited to 'kernel/boot.s')
| -rw-r--r-- | kernel/boot.s | 1 |
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 |
