summaryrefslogtreecommitdiff
path: root/Source/Kernel/Devices/Display/vga-vesa.wtf.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Devices/Display/vga-vesa.wtf.asm')
-rw-r--r--Source/Kernel/Devices/Display/vga-vesa.wtf.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/Kernel/Devices/Display/vga-vesa.wtf.asm b/Source/Kernel/Devices/Display/vga-vesa.wtf.asm
index c7b6bb5..4a6a1d6 100644
--- a/Source/Kernel/Devices/Display/vga-vesa.wtf.asm
+++ b/Source/Kernel/Devices/Display/vga-vesa.wtf.asm
@@ -9,3 +9,14 @@ setvgamode_start:
int 3
setvgamode_end:
db 0
+
+[GLOBAL vesa_int]
+vesa_int:
+ dw vesa_int_end - vesa_int_start
+vesa_int_start:
+ int 60
+ mov es, si
+ int 10h
+ int 3
+vesa_int_end:
+ db 0