Skip to content

Commit 43617fb

Browse files
committed
Add todos
1 parent 9a42e9d commit 43617fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/startup/baremetal/aarch64/start.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ namespace LIBC_NAMESPACE_DECL {
7474
[[noreturn]] void do_start() {
7575
// TODO: This startup code is not extensive, but rather the MVP for QEMU
7676
// testing.
77+
// TODO: Setup memory (MMU, page table, caches)
78+
// TODO: Consider v8-R variants
7779

7880
// Set up exception handling
7981
__arm_wsr64("VBAR_EL1", reinterpret_cast<uint64_t>(&vector_table));

0 commit comments

Comments
 (0)