C语言实现GPT头和分区表的读取(gcc)
摘要:#include #include #include #include #include #include #define GPT_HEADER_SIGNATURE 0x5452415020494645LLtypedef char *PSTR;typedef const char *PCSTR;typedef struct { uint64_t signature; int revision; int header_size; uint32_t crc_header; int reserved; uint64_t lba_current; uint64...
阅读全文
posted @
2014-02-26 14:12
秋忆
阅读(3396)
推荐(0) 编辑