Changeset 178
- Timestamp:
 - Nov 7, 2017, 7:12:40 AM (8 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/bootcode/regular/videoio.asm (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/bootcode/regular/videoio.asm
r166 r178 787 787 788 788 ; We like to have these local for now 789 VideoIO_D umpDiskInfo_labelsdb 'DISK '789 VideoIO_DisplayDiskInfo_labels db 'DISK ' 790 790 db 'SECTORS_LBA ' 791 791 db 'SECSIZE ' … … 814 814 815 815 ; Show the labels 816 mov si, offset [VideoIO_D umpDiskInfo_labels]816 mov si, offset [VideoIO_DisplayDiskInfo_labels] 817 817 call VideoIO_Print 818 818 … … 824 824 825 825 ; Loop over all disks found 826 VideoIO_D umpDiskInfo_next_disk:826 VideoIO_DisplayDiskInfo_next_disk: 827 827 828 828 ; Compose BIOS disk number (80h, 81h, etc) … … 1014 1014 ; Process next disk if still in range 1015 1015 cmp cl, [TotalHarddiscs] 1016 jb VideoIO_D umpDiskInfo_next_disk1016 jb VideoIO_DisplayDiskInfo_next_disk 1017 1017 1018 1018 ; We're done 1019 VideoIO_D umpDiskInfo_end:1019 VideoIO_DisplayDiskInfo_end: 1020 1020 1021 1021 ; Restore video state  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  