]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - boot/x86/stage3/print.s
Compile stage3 in ELF format
[nameless-os.git] / boot / x86 / stage3 / print.s
index 73b34d5adb8f5cf4fb5215e051202a40278b296d..edc71077c3a2312ab1b7284cb3e4353349e36f31 100644 (file)
@@ -1,5 +1,8 @@
 ; Routines for printing
 
+bits 16
+section .text
+
 print_str:
        push ax
        push bx