diff options
Diffstat (limited to 'arch/x86/boot.nasm')
| -rw-r--r-- | arch/x86/boot.nasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot.nasm b/arch/x86/boot.nasm index 11175af..d250434 100644 --- a/arch/x86/boot.nasm +++ b/arch/x86/boot.nasm @@ -1,3 +1,4 @@ +BITS 32 section .text extern main, _estack, _init global _start:function @@ -13,4 +14,3 @@ _start: cli .hang: hlt jmp .hang -; .end: |
