秋忆博客
若是有缘,时间空间都不是距离,若是无缘,终日相聚也无法会意,凡事不必太在意,更不需去强求。
02 2014 档案
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) 推荐(0) 编辑