Changeset 72 for trunk/bootcode/airboot.asm
- Timestamp:
- Apr 8, 2017, 12:26:07 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r71 r72 807 807 loop MBR_RealStart_CheckCodeLoop 808 808 809 809 ; Verify checksum 810 810 cmp MBR_CheckCode, bx 811 je MBR_RealStart_CheckSuccess 812 811 ;~ je MBR_RealStart_CheckSuccess ; CRC verified 812 jmp MBR_RealStart_CheckSuccess ; Ignore CRC 813 814 ; Oops, checksum mismatch -- halt the system 813 815 mov si, offset TXT_ERROR_Attention 814 816 call MBR_Teletype
Note:
See TracChangeset
for help on using the changeset viewer.