You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
e8d879ebb5
Current MpFuncs.nasm used hard coded opcodes to support 16bit ASM. It makes it difficult to maintain. Per suggestion, this patch convered the 16bit opcodes into instruction directly. Signed-off-by: Maurice Ma <maurice.ma@intel.com>