Changeset 170 for trunk/bootcode/regular
- Timestamp:
- Apr 8, 2017, 12:28:08 AM (8 years ago)
- Location:
- trunk/bootcode/regular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/bootmenu.asm
r162 r170 688 688 689 689 IFDEF AUX_DEBUG 690 IF 1690 IF 0 691 691 pushf 692 692 pusha … … 726 726 727 727 IFDEF AUX_DEBUG 728 IF 1728 IF 0 729 729 pushf 730 730 pusha -
trunk/bootcode/regular/driveio.asm
r169 r170 707 707 ; so users will notice that something is bad with their partition table(s) 708 708 DriveIO_GotLoadError Proc Near 709 IFDEF AUX_DEBUG 710 IF 1 711 DBG_TEXT_OUT_AUX 'DriveIO_GotLoadError:' 712 PUSHRF 713 call DEBUG_DumpRegisters 714 ;~ call AuxIO_DumpParagraph 715 ;~ call AuxIO_TeletypeNL 716 POPRF 717 ENDIF 718 ENDIF 709 719 test byte ptr cs:[CurIO_Scanning], 1 ; Must be CS:, cause DS!=CS maybe here 710 720 jnz InScanMode -
trunk/bootcode/regular/partmain.asm
r164 r170 1097 1097 1098 1098 IFDEF AUX_DEBUG 1099 IF 11099 IF 0 1100 1100 pushf 1101 1101 pusha
Note:
See TracChangeset
for help on using the changeset viewer.