bSchnepp / Feral

A 64-bit operating system kernel for PCs
Boost Software License 1.0
9 stars 1 forks source link

Keep EFI variables present during kernel runtime #26

Open bSchnepp opened 4 years ago

bSchnepp commented 4 years ago

May need to have a separate entry point after all for EFI version on x86_64.

It would be nice to keep things like the EFI variables around, so that they can be changed, we can mess with the boot order, and I think you can play with the KEK with runtime services..?

Either way, it would be nice so that we don't rely on a BOOTX64.EFI, which is probably going to be fairly annoying for anyone who wants to dual boot.