mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
commented include line to avoid redefine error
This commit is contained in:
parent
7aff64740e
commit
e3d058183a
@ -18,7 +18,7 @@ call print_hex
|
|||||||
jmp $
|
jmp $
|
||||||
|
|
||||||
; remember to include subroutines below the hang
|
; remember to include subroutines below the hang
|
||||||
%include "boot_sect_print.asm"
|
|
||||||
%include "boot_sect_print_hex.asm"
|
%include "boot_sect_print_hex.asm"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user