Expand description
x86_64 architecture-specific boot code
GRUB-compatible boot paths:
- EFI Handover Protocol (industry standard)
- 32-bit protected mode (legacy fallback)
Re-exports§
pub use handoff::BootPath;pub use transitions::drop_to_protected_mode;
Modules§
- Kernel handoff implementations
- CPU mode transitions for x86_64