diff options
Diffstat (limited to 'src/core/int.S')
| -rw-r--r-- | src/core/int.S | 4 |
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" |
