summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/AMD64/HalInterruptAPI.asm
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-19 19:08:17 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-19 19:08:17 +0200
commitdd643d1266229e5b7e81ae9ace988921e9c2c3b0 (patch)
tree9e1ff454a1334e3c33b97bf8853bb6c687816513 /Kernel/HALKit/AMD64/HalInterruptAPI.asm
parent19d0857d84cbc0267a8b222368e143bdcdaaf9a7 (diff)
unstable: AMD64 fixes, finish AMD64 HAL after release of phone.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/AMD64/HalInterruptAPI.asm')
-rw-r--r--Kernel/HALKit/AMD64/HalInterruptAPI.asm15
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]