Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The bootloader maps some of the memory used by the kernel into its own address space as well. In order for that to work we must ensure that the bootloader doesn't already have memory mapped there. Mark regions that are likely to be used by the bootloader as unusable.
- Loading branch information