From c01e440d014253fd4cae9f642c949720a54baf4b Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 1 Feb 2024 15:10:11 +0100 Subject: basic interrupt/PIC support --- startup.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'startup.s') diff --git a/startup.s b/startup.s index 4d4df62..fb73dcb 100644 --- a/startup.s +++ b/startup.s @@ -60,7 +60,7 @@ pagetable_end: equ 0x200000 ; functions from the C parts of the system [EXTERN _entry] -;[EXTERN guardian] +[EXTERN guardian] ; addresses provided by the compiler [EXTERN ___BSS_START__] @@ -281,7 +281,7 @@ wrapper_body: mov rdi, rax ; call the interrupt handler wrapper here. ; TODO implement it in rust then uncomment the line - ;call guardian + call guardian ; restore volatile registers pop r11 -- cgit v1.2.3-70-g09d2