Efi integrations wholey inside TempleOS
Create a fully self contained boot integration for TempleOS inside EFI, where all tools and compilation is performed completely insdei TempleOS
- Adapt the UFI header files for HolyC
- Implement the ability to create .efi files inside TempleOS for code wrtting in HolyC
- Create examples if EFI integrations
| Project Location | Location inside TempleOs | Overview |
|---|---|---|
| / | /Efisource | Main directory to house all the sources toosl and utilies for the integration |
| /Headers | /Efisource/Headers | Adapted EFI headers and method Stubs, these files don't describe functions in TempleOS they describe functions in EFI |
| /File | /Efisource/File | Utilities for reading and writing EFI files |
| /Samples | /Efisource/Samples | Numbered samples building up in complexity |
| /Bootloader | /Efisource/Bootloader | Source for the TempleOS efi Bootloader |
| /Kernal | /Efisource/Kernel | Source for the modified kernal for EFI integration |
All contribitions are welcome, either create a pull request of log an issues against the project in Github
The overall TempleOS community benefits more by having documented code so for every .HC file please also include a corrosponding .md file and a corrosponding .DD file.