summaryrefslogtreecommitdiff
path: root/src/switch_mode.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/switch_mode.asm')
-rw-r--r--src/switch_mode.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/switch_mode.asm b/src/switch_mode.asm
index 32cca0b..bc38b5a 100644
--- a/src/switch_mode.asm
+++ b/src/switch_mode.asm
@@ -3,7 +3,8 @@
%include "gdt.asm"
switch_to_protected_mode:
- ; switch off interrupts for now
+ ; switch off interrupts for now, we don't
+ ; have a valid IDT installed yet
cli
; load GDT (global descriptor table)