You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
28c0039763
This patch allows OsLoader to handle all Boot Options without restarting. Currently, OsLoader restarts to handle next Boot Option from the beginning. This behavior does not preserve allocated memories from Payload heap, so it makes hardware/software states hard to be maintained. Signed-off-by: Aiden Park <aiden.park@intel.com>