Changeset 116
- Timestamp:
 - Apr 8, 2017, 12:27:14 AM (9 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/bootcode/regular/driveio.asm (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/bootcode/regular/driveio.asm
r115 r116 1676 1676 1677 1677 ; Update first byte of translation-table to conform to BIOS SPT 1678 mov byte ptr [secs_per_track_table], al 1678 ; rousseau.comment.201610122010 1679 ; Very bad !! 1680 ; This table is global and the instruction below would change the 1681 ; first (last checked) 'well known' SPT value to the SPT value of 1682 ; the last disk scanned. This goes wrong when the last disk scanned 1683 ; has a SPT <63, which is often the case when an USB stick is present 1684 ; when AirBoot starts. 1685 ;~ mov byte ptr [secs_per_track_table], al 1679 1686 1680 1687 mov ax,[si+0eh]  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  