Skip to content

Commit

Permalink
added one-byte signature to front of bootloader image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwebr committed Sep 18, 2012
1 parent 60abd5a commit 882897f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootloader.asm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[BITS 16]
[ORG 0x7C00]
jmp start
db 0x99 ; now the first four bytes are E9 81 01 99 so we can find the disk later

%macro biosprint 1 ; This macro lets us print a message without manually loading
mov si, %1
Expand Down

0 comments on commit 882897f

Please sign in to comment.