commit | 32b70bb7b5e62037fb2feacef50d552bd724311b | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Feb 04 14:26:23 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 16 19:08:55 2021 -0500 |
tree | 98ff13ab730baa597d91c82a1d07f93c55457788 | |
parent | e4d8619b8727e5a97284d6bf02352eae2bfa27b4 [diff] |
x86: multiboot: map memory before accessing if necessary Before accessing the multiboot data passed by the bootloader, we need to map the memory first. This adds the code to map the memory if necessary. Signed-off-by: Daniel Leung <daniel.leung@intel.com>