From 8a229f6467390c26ff1263df84896e1450fc9b76 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Tue, 14 Mar 2023 10:52:41 +0100 Subject: formatting startup.s --- startup.s | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/startup.s b/startup.s index 7b5bbff..4d4df62 100644 --- a/startup.s +++ b/startup.s @@ -109,7 +109,7 @@ startup: cli ; disable interrupts lgdt [gdt_80] ; set new segment descriptors - ; global data segment + ; global data segment mov eax, 3 * 0x8 ; 0x8 is the length of each entry ; these registers point to 4th entry the GDT (see also the code there) @@ -279,7 +279,9 @@ wrapper_body: ; pass interrupt number as the first parameter mov rdi, rax -; call guardian + ; call the interrupt handler wrapper here. + ; TODO implement it in rust then uncomment the line + ;call guardian ; restore volatile registers pop r11 -- cgit v1.2.3-70-g09d2