Efi rework - #29
Conversation
…ts, add cleanup notes/docs
…der (System + Finder) and build script
…Entry; keep UTF-8 name handling
…uild & esp scripts
|
Thanks for putting this together! The EFI direction makes sense, and the genuinely new pieces here — the loader, the OSType helpers, the toolkit placeholders, the build scripts — look like a sensible start. A few things got tangled in the commits though, and I wanted to flag them early. All of them are recoverable. 1. Three files have the "recipe" saved instead of the result
It's a bit like emailing someone the sticky note describing your edits instead of the edited document. The instructions arrived safely; the document just got replaced by them. The catch is that the previous contents were overwritten in the process:
So most of the −2,162 lines in this PR isn't the PowerPC cleanup — it's the file system layer disappearing by accident. Since patch text isn't valid C, the build stops as soon as it reaches them: ...and then cascades through everything that includes those headers. Suggested fix: restore those three files from 2. One script lost its "executable" flag
3. Emptying
|
What does this PR do?
Type of Change
Testing
Test Environment: QEMU / Bare Metal / Other
Configuration Used: English only / Multi-language / Other
Known Limitations
Any known issues or untested scenarios this change creates:
Checklist
Notes for Reviewers
Remember: This is an experimental system. Test thoroughly, document your assumptions, and don't hesitate to acknowledge edge cases you haven't tested.