Displaying 3 results from an estimated 3 matches for "fixch".
Did you mean:
finch
2012 Aug 01
0
chain module updates
...ourse I can send them any moment if necessary.
Summary of a few more important ones:
- com32/chain: partiter - simplifications and updates
Following brief off-list discussion - this simplifies overkill generalizations,
so the code should be easier to follow and modify.
- com32/chain: make 'fixchs' and 'hide' options respect 'save'
To make the behavior consistent with sector saving. ITOW, writing back is
allowed only and only if save is set - which must be explicitly requested by
the user.
- com32/chain: implement relax flag (PIF_RELAX)
This tones down sanity checks,...
2014 Jun 29
10
[PATCH 0/6] chain.c32 patches
This small set fixes few bugs, improves gpt handling (under buggy conditions)
and implements strict flag with more fine grained control which should fix
issues with sanity checks against disk sizes.
If this set is allright I'd want to do what I mentioned in older discussion
with Ady - backport missing patches from 6.x to 5.x and 4.x so all versions
have up to date chain version.
Michal
2012 Nov 06
50
chain.c32 (and partiter) updates v2
...ayouts at the same time, and introduces
'prefmbr' flag to force the use of MBR layout in case GPT is present.
- recognize exFAT
This makes chain exFAT aware by adding yet another "BPB" variation with the
usual stuff (partition offset - now 64bit, drive).
- com32/chain: manglepe_fixchs() correction
Previously fixchs also included start/length 0/0 entries (holes), so this patch
makes it a bit more careful.
- use disk_guid for part_guid for 0th partition (under GPT layouts)
- partiter: make sure 'index' is (-1) also for empty primary partitions
The following changes s...