Only need one hang.

This commit is contained in:
Nicolás Ortega Froysa
2018-02-26 18:15:12 +01:00
parent ba60616b18
commit 3926fcb1c3

View File

@ -10,7 +10,7 @@ KERNEL_OFFSET: equ 0x1000 ; kernel memory offset
call load_kernel ; load our kernel from memory call load_kernel ; load our kernel from memory
call switch_to_pm ; switch to 32-bit protected mode call switch_to_pm ; switch to 32-bit protected mode
jmp $ ;jmp $
%include "print.asm" %include "print.asm"
%include "print32.asm" %include "print32.asm"
@ -41,7 +41,7 @@ BEGIN_PM:
call KERNEL_OFFSET call KERNEL_OFFSET
jmp $ ;jmp $
;;; ;;;
; Data ; Data