Changeset 140
- Timestamp:
- Apr 8, 2017, 12:27:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/bootcode/regular/driveio.asm ¶
r137 r140 29 29 ; Check if INT13X extensions are supported. 30 30 ; AirBoot requires these extensions, and will halt if they are not available. 31 ; Modified: AX, BX, CX, DX, CF32 DriveIO_CheckFor13extensions Proc Near 31 ; Modified: [CurIO_UseExtension] 32 DriveIO_CheckFor13extensions Proc Near Uses ax bx cx dx 33 33 mov ah, 41h 34 34 mov bx, 55AAh
Note:
See TracChangeset
for help on using the changeset viewer.