You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
b5c9466908
There are lots of common code in Stage1A/1B/2, so it makes sense to put those into a StageLib so that the same code can be reused. As part of it, PagingLib is also restructured to align with Stage mapping/remapping. It will consider both X64 mode and IA32 mode. Signed-off-by: Maurice Ma <maurice.ma@intel.com>