Changeset 49 for trunk/BOOTCODE/REGULAR/DRIVEIO.ASM
- Timestamp:
- Apr 12, 2014, 12:13:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/DRIVEIO.ASM
r47 r49 107 107 mov es, ax 108 108 109 mov ah, 00h ; Function 2- Reset Drive109 mov ah, 00h ; Function 0 - Reset Drive 110 110 xor dl, dl 111 111 int 13h … … 569 569 IFDEF AUX_DEBUG 570 570 ; show current partition location 571 pushf572 pusha571 ;~ pushf 572 ;~ pusha 573 573 ;~ call AuxIO_TeletypeNL 574 574 ;~ mov si,offset db_curlvmsec 575 575 ;~ call AuxIO_Print 576 mov dx,bx576 ;~ mov dx,bx 577 577 ;~ call AuxIO_TeletypeHexDWord 578 578 ;~ call AuxIO_TeletypeNL 579 mov si,offset LVMSector579 ;~ mov si,offset LVMSector 580 580 ;~ call AuxIO_DumpSector 581 581 ;~ call AuxIO_TeletypeNL 582 popa583 popf582 ;~ popa 583 ;~ popf 584 584 ENDIF 585 585
Note:
See TracChangeset
for help on using the changeset viewer.