Skip to content

Commit

Permalink
Made the OS print the letter 'A'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim Ding Wen committed Jan 9, 2015
1 parent a0bc8fd commit 64ef3e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion COMMENTS_boot1.bin
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
00 to 01: Jump to avoid OEM code
00:
XOR BX = 0
MOV AH = 0x0E
MOV AL = 0x41
INT 0x10

0B to 3D: FAT12 OEM table data
1FE to 1FF: Bootable magic numbers data
Binary file modified boot1.bin
Binary file not shown.

0 comments on commit 64ef3e2

Please sign in to comment.