aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/config.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-06-09 23:50:14 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-06-09 23:50:14 +0300
commitda8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (patch)
tree85323057da02893e351426c60f2c5cfd5603b428 /arch/riscv64/config.h
parente30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff)
downloadkmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz
kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip
continue documentation
Diffstat (limited to 'arch/riscv64/config.h')
-rw-r--r--arch/riscv64/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv64/config.h b/arch/riscv64/config.h
index 3d70248..ba7fafe 100644
--- a/arch/riscv64/config.h
+++ b/arch/riscv64/config.h
@@ -11,8 +11,8 @@
* instead. First 4K is reserved for NULL, but I suppose it could be mapped
* later if *absolutely* necessary.
*
- * @todo Consider separating user-specified and immutable parameters.
- * @todo Write more thorough documentation, maybe a separate .md file?
+ * \todo Consider separating user-specified and immutable parameters.
+ * \todo Write more thorough documentation, maybe a separate .md file?
*/
#include <apos/sizes.h>
@@ -75,7 +75,7 @@
#else
/* 32bit */
-/* TODO: figure this stuff out */
+/* \todo: figure this stuff out */
#define VM_DMAP (0x000000000)
#define VM_KERN (VM_DMAP + SZ_256K)
#define ROOT_PTE (0UL)