You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
bc8a817e59
Since OsLoader will restart from beginning and all memory will be reclaimed, it is required for Shell library to re-initialize the global varaibles, for example, command list. Otherwise, the old memory pointer will be used and cause issues. This patch added the link list re-initialization in Shell lib. It fixed #253. Signed-off-by: Maurice Ma <maurice.ma@intel.com>