Skip to content

Commit

Permalink
cputest: Add bootable magic bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Jul 21, 2023
1 parent d2f9739 commit bd4efbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cputest/cputest-bin.asm
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@ disk_init:
new_world:
rjmp main

; Bootable magic bytes
org.pad 0x1001FC
data.32 0x523C334C

#include "cputest.asm"
end:

0 comments on commit bd4efbf

Please sign in to comment.