Changeset 52 for trunk/src/lbatest/lbatest.c
- Timestamp:
- Dec 4, 2010, 10:50:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lbatest/lbatest.c
r51 r52 5 5 Writes the actual LBA to each sector on a hard disk. The purpose is to 6 6 find out if the sector mapping of os2ahci.add is correct. 7 7 8 8 THe program was written to run under Linux, since OS/2 physical disk 9 9 access IOCTLs support CHS addressing, only. … … 123 123 break; 124 124 } 125 125 126 126 /* write progress */ 127 printf("\r%uk sectors written (%0.02f GB)", 127 printf("\r%uk sectors written (%0.02f GB)", 128 128 (size_t)(lba / 1000), (float)lba / gbf); 129 129 130 130 } 131 131
Note:
See TracChangeset
for help on using the changeset viewer.