Changeset 111 for trunk/bootcode/regular/debug.asm
- Timestamp:
- Apr 8, 2017, 12:27:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/debug.asm
r107 r111 108 108 ; Dump the geometry. 109 109 ; 110 IF 110 IF 0 111 111 DEBUG_DumpGeo Proc 112 112 pushf … … 168 168 ; Dump the internal partition table. 169 169 ; 170 IF 170 IF 0 171 171 DEBUG_DumpIPT Proc 172 172 pushf … … 194 194 ; Dump the new partitions table. 195 195 ; 196 IF 196 IF 0 197 197 DEBUG_DumpNewPartTable Proc 198 198 pushf … … 218 218 ; Dump the partition pointers table. 219 219 ; 220 IF 220 IF 0 221 221 DEBUG_DumpPartitionPointers Proc 222 222 pushf … … 249 249 ; Dump the partition x-ref table. 250 250 ; 251 IF 251 IF 0 252 252 xrt db 10,'XrefTable:',10,0 253 253 DEBUG_DumpPartitionXref Proc … … 283 283 ; Dump the dl-feature drive-letters. 284 284 ; 285 IF 285 IF 0 286 286 ddl db 10,'Driveletters:',10,0 287 287 DEBUG_DumpDriveLetters Proc … … 326 326 ; Dump some disk information. 327 327 ; 328 IF 1328 IF 0 329 329 ddi db 10,'DumpDiskInfo:',10,0 330 330 DEBUG_DumpDiskInfo Proc … … 375 375 ; Dump the lvm volume drive-letters. 376 376 ; 377 IF 377 IF 0 378 378 dvl db 10,'VolumeLetters:',10,0 379 379 DEBUG_DumpVolumeLetters Proc … … 408 408 ; Dump the registers and flags. 409 409 ; 410 IF 410 IF 1 411 411 regAX db 'AX:',0 412 412 regBX db ' BX:',0 … … 562 562 ; Dump CHS values. 563 563 ; 564 IF 564 IF 0 565 565 DEBUG_DumpCHS Proc Near 566 566 pushf … … 607 607 ; Dump BSS. 608 608 ; 609 IF 609 IF 0 610 610 DEBUG_DumpBSSSectors Proc Near 611 611 pushf … … 648 648 ; Dump 6-bit packed hide partition table. 649 649 ; 650 IF 650 IF 0 651 651 DEBUG_DumpHidePartTables Proc Near 652 652 pushf … … 697 697 ; if its 'IF' directive is 0. 698 698 ; 699 IF 699 IF 1 700 700 DEBUG_Test Proc 701 701 pushf … … 764 764 ; Test the simple 32-bit math functions. 765 765 ; 766 IF 766 IF 0 767 767 db_testmul32 db "## TEST MUL32 ##",10,0 768 768 DEBUG_Test_MATH_Mul32 Proc Near … … 852 852 ; Test the bitfield routines. 853 853 ; 854 IF 854 IF 0 855 855 DEBUG_TestBitFieldFunctions Proc 856 856 pushf … … 947 947 ; Dump information before the partition is booted. 948 948 ; 949 IF 949 IF 0 950 950 DEBUG_Dump2 Proc Near 951 951 pushf … … 1042 1042 dbp db '>---------->> DebugProbe: ',0 1043 1043 DEBUG_Probe Proc 1044 IF 1044 IF 0 1045 1045 push bp 1046 1046 mov bp,sp … … 1071 1071 ; Toggle display of debug video page. 1072 1072 ; 1073 IF 1073 IF 0 1074 1074 DEBUG_DebugScreenToggle Proc 1075 1075 pushf … … 1219 1219 ; is enabled. 1220 1220 ; 1221 dlra db 10,'LVM_DoLetterReassignment: ',01221 ;~ dlra db 10,'LVM_DoLetterReassignment: ',0 1222 1222 ptetb db 10,'Partition Table Entry to boot',10,0 1223 1223 bios_reg db 10,'Registers passed by BIOS:',10,0 1224 1224 ;~ diopmbr db 10,'DriveIO_ProtectMBR',10,0 1225 dioss db 10,'DriveIO_SaveSector',10,01226 1225 1227 1226
Note:
See TracChangeset
for help on using the changeset viewer.