- 새싹교실/2012/세싹 . . . . 13 matches
U32 ClustersPerFileRecord; // 파일 레코드당 클러스터수
printf("Clusters Per FileRecord : %u\n",boot_block.ClustersPerFileRecord);
BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
printf("Clusters Per FileRecord : %u\n",boot_block.ClustersPerFileRecord);
BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
printf("Clusters Per FileRecord : %u\n",boot_block.ClustersPerFileRecord);
BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
- 김희성/MTFREADER . . . . 3 matches
BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
Found 2 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.