Skip to content

Commit

Permalink
fix the order of the includes
Browse files Browse the repository at this point in the history
  • Loading branch information
bemxio committed Aug 5, 2023
1 parent 9d71f07 commit 236493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootloader.asm
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ pit_handler:
; includes
%include "./src/print.asm"
%include "./src/print_hex.asm"
%include "./src/disk.asm"
%include "./src/pit.asm"
%include "./src/disk.asm"

; pad the rest of the sector with null bytes
times 510 - ($ - $$) db 0
Expand Down

0 comments on commit 236493f

Please sign in to comment.