docs/arm: remove TODO item for early page tables
Page directory and early page tables are allocated using platform_allocate_region() and they don't need to be identity mapped since commits9103470bd
anda7c69a4b1
. Change-Id: Ia7fcf1dd2fa34262e013f651139ad252a1ac9113 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4886 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
parent
cd053a381f
commit
f06c2e7f5c
@ -131,10 +131,6 @@ Bootloader TODOs
|
||||
- Better handling of memory ranges. Currently no checks are done, and
|
||||
memory is assumed to be a single contiguous range, and the "input"
|
||||
ranges for mmu_init are setup, but never considered.
|
||||
- Allocate the pagetable range using mmu_allocate() instead of identity
|
||||
mapping it. That way, there's a bit more flexibility in where to place
|
||||
it both physically and virtually. This will need a minor change on the
|
||||
kernel side too (in the early pagetable allocator).
|
||||
|
||||
Other resources
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user