diff options
Diffstat (limited to 'arch/riscv64/config.h')
| -rw-r--r-- | arch/riscv64/config.h | 6 |
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) |
