summaryrefslogtreecommitdiff
path: root/core/abort.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/abort.inc')
-rw-r--r--core/abort.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/abort.inc b/core/abort.inc
index d8cd7f24..d8a18883 100644
--- a/core/abort.inc
+++ b/core/abort.inc
@@ -17,7 +17,7 @@
; Code to terminate a kernel load
;
- section .text
+ section .text16
;
; dot_pause: same as abort_check, except prints a dot, too
@@ -77,7 +77,7 @@ error_or_command:
jnz on_error
jmp enter_command
- section .data
+ section .data16
aborted_msg db ' aborted.', CR, LF, 0
- section .text
+ section .text16