Changeset 105 for trunk/bootcode/regular/other.asm
- Timestamp:
- Apr 8, 2017, 12:27:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/other.asm
r101 r105 89 89 ; 90 90 PRECRAP_Main Proc Near 91 91 92 ; First initialize Variable-Area (everything with NUL) 92 93 ; We use the start instead of the variables because they could be 'orged' … … 371 372 372 373 ; 374 ; Setup the size of the INT13X Disk Address Packet 375 ; 376 mov [INT13X_DAP], INT13X_DAP_Size 377 378 ; 373 379 ; Check valididy of the AiR-BOOT Configuration. 374 380 ;
Note:
See TracChangeset
for help on using the changeset viewer.