MultiArchUefiPkg
MultiArchUefiPkg copied to clipboard
When running x86 code, ignore accesses to the first 64k of RAM.
Another mechanism could be to simply ignore reads/writes to bottom 64k, going on the theory this isn't the first or the last bit of code that accidentally scribbles something around address 0. Something like that could be opt-in, but enabled by default for running x86 code.
Originally posted by @andreiw in https://github.com/intel/MultiArchUefiPkg/issues/48#issuecomment-2093889678