Alternative UEFI-based bootloader version #1
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Astra/Nightloader#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As the legacy BIOS is slowly fading out of newly released computers' mainboard firmware, it would be better to go over to an UEFI-based approach.
The best way to provide the stubs for complete compatibility with legacy BIOS would be to only let the UEFI executable start another executable or potentially execute bytecode that provides the actual boot procedure's functionality.
Once there's sufficient expendable time to implement the legacy BIOS-version, that other executable (or bytecode) could be executed by the Assembly code without any EFI-functionality.