We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a42e9d commit 43617fbCopy full SHA for 43617fb
libc/startup/baremetal/aarch64/start.cpp
@@ -74,6 +74,8 @@ namespace LIBC_NAMESPACE_DECL {
74
[[noreturn]] void do_start() {
75
// TODO: This startup code is not extensive, but rather the MVP for QEMU
76
// testing.
77
+ // TODO: Setup memory (MMU, page table, caches)
78
+ // TODO: Consider v8-R variants
79
80
// Set up exception handling
81
__arm_wsr64("VBAR_EL1", reinterpret_cast<uint64_t>(&vector_table));
0 commit comments