search for: compat_version_major

Displaying 2 results from an estimated 2 matches for "compat_version_major".

2010 Dec 21
2
[PATCH] chain.c32: support chainloading GRUB2 core.img
...- /* Layout of stage2 file (from byte 0x0 to 0x270) */ + /* Layout of stage2 file of GRUB Legacy (from byte 0x0 to 0x270) */ struct grub_stage2_patch_area { - /* 0x0 to 0x205 */ + /* 0x0 - 0x205 */ char unknown[0x206]; /* 0x206: compatibility version number major */ uint8_t compat_version_major; /* 0x207: compatibility version number minor */ uint8_t compat_version_minor; - /* 0x208: install_partition variable */ + /* 0x208 - 0x20b: install_partition variable */ struct { /* 0x208: sub-partition in sub-partition part2 */ uint8_t part3; @@ -1624,83 +1637,146 @@ int...
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things (and in partiter part), fixes few minor issues and adds a few new features. Details are in the following commits, below is the summary and pull details at the end. Shao - any chance to peek over them ? Most of those are relatively simple changes and well tested, though of course something might have slipped my attention.