summaryrefslogtreecommitdiffhomepage
path: root/src/loader/int.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/loader/int.asm')
-rw-r--r--src/loader/int.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/loader/int.asm b/src/loader/int.asm
index f6e66ae..4805448 100644
--- a/src/loader/int.asm
+++ b/src/loader/int.asm
@@ -1,7 +1,5 @@
; MIT License, Copyright (c) 2021 Marvin Borner
-bits 32
-
%macro INT_REGISTER 1
dd int%1
%endmacro
@@ -29,7 +27,7 @@ int_common:
push fs
push gs
- mov ax, 0x10
+ mov ax, 0x20
mov ds, ax
mov es, ax
mov fs, ax