diff options
Diffstat (limited to 'Kernel/HALKit/AMD64/HalInterruptAPI.asm')
| -rw-r--r-- | Kernel/HALKit/AMD64/HalInterruptAPI.asm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Kernel/HALKit/AMD64/HalInterruptAPI.asm b/Kernel/HALKit/AMD64/HalInterruptAPI.asm index 4832ecf3..9c5b0d6a 100644 --- a/Kernel/HALKit/AMD64/HalInterruptAPI.asm +++ b/Kernel/HALKit/AMD64/HalInterruptAPI.asm @@ -32,7 +32,6 @@ __NEW_INT_%1: ; This file handles the core interrupt table ; Last edited 31/01/24 -global _ke_power_on_self_test global ke_handle_irq global kInterruptVectorTable @@ -250,20 +249,6 @@ IntNormal 60 %assign i i+1 %endrep -;; this one is doing a POST for us. -;; testing interrupts. -_ke_power_on_self_test: - mov rcx, 0x10 - mov rdx, _ke_string_post - - int 0x32 - - ret - -section .data -_ke_string_post: - db "POST has been successful.", 0 - section .text [global hal_load_gdt] |
