ZiglioUK/patchrom_v8Public forked frommiuicode/patchrom_v8 NotificationsYou must be signed in to change notification settings Fork0 Star0 Latest commit Cannot retrieve latest commit at this time. History History
if ((mainHeader.signature!= GPT_SIGNATURE || (!CheckHeaderCRC(&mainHeader, 1))) { valid -= 1; } elseif ((mainHeader.revision != 0x00010000) && valid) { valid -= 1; cout << "UnsupportedGPT version in main header; read0x"; cout.width(8); cout << << ...