From e3df25ce27abdbd8b275f96825cc67854050b818 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 25 Oct 2017 19:37:21 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@253 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/isr/{isr46.pas => isr76.pas} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/isr/{isr46.pas => isr76.pas} (96%) diff --git a/src/isr/isr46.pas b/src/isr/isr76.pas similarity index 96% rename from src/isr/isr46.pas rename to src/isr/isr76.pas index c972285f..f5187613 100644 --- a/src/isr/isr46.pas +++ b/src/isr/isr76.pas @@ -41,7 +41,7 @@ end; procedure register(); begin memset(uint32(@Hooks[0]), 0, sizeof(pp_hook_method)*MAX_HOOKS); - IDT.set_gate(46, uint32(@Main), $08, ISR_RING_0); + IDT.set_gate(76, uint32(@Main), $08, ISR_RING_0); end; procedure hook(hook_method : uint32);