Editing Hypervisor Reverse Engineering
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5,850: | Line 5,850: | ||
uint8_t field2[4]; | uint8_t field2[4]; | ||
uint16_t cksum; /* header checksum */ | uint16_t cksum; /* header checksum */ | ||
uint32_t index; /* syscon index (0 - /dev/sc0, 1 - /dev/sc1, 2 - /dev/sc2 | uint32_t index; /* syscon index (0 - /dev/sc0, 1 - /dev/sc1, 2 - /dev/sc2. 3 - /dev/sc3) */ | ||
uint16_t size1; /* body size */ | uint16_t size1; /* body size */ | ||
uint16_t size2; /* body size */ | uint16_t size2; /* body size */ |