Changeset 159 for trunk/bootcode
- Timestamp:
- Apr 8, 2017, 12:27:59 AM (9 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/bootcode/regular/partmain.asm (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/bootcode/regular/partmain.asmr156 r159 969 969 PART_StartPartition Proc Near Uses ax dx es di 970 970 971 IFDEF AUX_DEBUG972 IF 0973 DBG_TEXT_OUT_AUX 'PART_StartPartition:'974 PUSHRF975 ;~ call DEBUG_DumpRegisters976 ;~ call AuxIO_DumpParagraph977 ;~ call AuxIO_TeletypeNL978 POPRF979 ENDIF980 ENDIF981 982 971 ; 983 972 ; Local Storage for this much too large function. … … 990 979 local BPBdl:byte ; BPB boot-drive-letter. (at 25h) 991 980 981 IFDEF AUX_DEBUG 982 IF 1 983 DBG_TEXT_OUT_AUX 'PART_StartPartition:' 984 PUSHRF 985 call DEBUG_DumpRegisters 986 ;~ call AuxIO_DumpParagraph 987 ;~ call AuxIO_TeletypeNL 988 POPRF 989 ENDIF 990 ENDIF 992 991 993 992 ; Get Partition-Pointer (SI) to Partition-To-Boot (DL). 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
