diff --git a/docs/develop/kernel/arch/arm/overview.rst b/docs/develop/kernel/arch/arm/overview.rst index c16d542638..23b606bbe9 100644 --- a/docs/develop/kernel/arch/arm/overview.rst +++ b/docs/develop/kernel/arch/arm/overview.rst @@ -125,13 +125,6 @@ Userland Even if KDL hangman is fun, users will want to run real applications someday. -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. - Other resources ---------------