commit | 30e5968d34cebd0578694c88fe02753233e5cddd | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Jul 12 11:22:34 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Aug 26 21:16:22 2021 -0400 |
tree | 30bfad48209f526695617303841eec51daaff8e1 | |
parent | 5c4fff39981e0225e445c5fa3f7e3960e87f6a9c [diff] |
x86: don't clear BSS if not in physical memory at boot If the BSS section is not present in physical memory at boot, do not zero the section, or else page faults would occur. The zeroing of BSS will be done once the paging mechanism has been initialized. Signed-off-by: Daniel Leung <daniel.leung@intel.com>