Changeset 52


Ignore:
Timestamp:
Dec 4, 2010, 10:50:06 PM (15 years ago)
Author:
markus
Message:

nothing much

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lbatest/lbatest.c

    r51 r52  
    55  Writes the actual LBA to each sector on a hard disk. The purpose is to
    66  find out if the sector mapping of os2ahci.add is correct.
    7  
     7
    88  THe program was written to run under Linux, since OS/2 physical disk
    99  access IOCTLs support CHS addressing, only.
     
    123123      break;
    124124    }
    125    
     125
    126126    /* write progress */
    127     printf("\r%uk sectors written (%0.02f GB)", 
     127    printf("\r%uk sectors written (%0.02f GB)",
    128128           (size_t)(lba / 1000), (float)lba / gbf);
    129    
     129
    130130  }
    131131
Note: See TracChangeset for help on using the changeset viewer.