diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-06 08:03:27 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-06 08:03:27 +0200 |
| commit | 460999b964114f98b219ec3488bd32ad9236332b (patch) | |
| tree | b49c9d131e4fee64035e5cf521c32aef52ce6521 /dev/kernel/HALKit/AMD64/HalInterruptAPI.asm | |
| parent | 112b6915a8b889e8d8d8a167c2af01275fefa594 (diff) | |
adding an align function designed for AHCI's needs and drivemgr's
AHCI detection system.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/HALKit/AMD64/HalInterruptAPI.asm')
| -rw-r--r-- | dev/kernel/HALKit/AMD64/HalInterruptAPI.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm b/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm index 77f1d9a1..cc34b99f 100644 --- a/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm +++ b/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm @@ -98,7 +98,6 @@ __NE_INT_3: out 0x20, al push rcx - mov rcx, rsp call idt_handle_generic pop rcx |
