aboutsummaryrefslogtreecommitdiff
path: root/src/core/int.S
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-27 19:02:17 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-27 19:02:17 +0200
commitf13b26eeb4f9afba3a1aed2516655b34139979aa (patch)
tree9ec48586fa57749f2c1cb40d940863d2251bd401 /src/core/int.S
parent9dc527b3be9d493dcf8cf1baf78477373eb5990d (diff)
Making kernel Higher-Half
Diffstat (limited to 'src/core/int.S')
-rw-r--r--src/core/int.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/int.S b/src/core/int.S
index 1c8d7bb..daf0224 100644
--- a/src/core/int.S
+++ b/src/core/int.S
@@ -1,3 +1,5 @@
+.code64
+
.extern printk
.extern ack
@@ -40,4 +42,4 @@ MSG_INT_14:
MSG_INT_KBD:
.asciz "Key press!"
MSG:
-.asciz "Called :)\n" \ No newline at end of file
+.asciz "Called :)\n"