From e033569910aecb4d8fb437a622e542b8803834ec Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 24 May 2022 21:18:55 +0300 Subject: initial musings about exec --- arch/riscv64/include/vmem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/riscv64/include/vmem.h b/arch/riscv64/include/vmem.h index fc3df00..46c12b1 100644 --- a/arch/riscv64/include/vmem.h +++ b/arch/riscv64/include/vmem.h @@ -16,10 +16,10 @@ * riscv64. */ #if __riscv_xlen == 64 - /** When running riscv64, each page table has 512 8byte entries. */ +/** When running riscv64, each page table has 512 8byte entries. */ #define RISCV_NUM_LEAVES 512 #else - /** When running riscv32, each page table has 1024 4byte entries. */ +/** When running riscv32, each page table has 1024 4byte entries. */ #define RISCV_NUM_LEAVES 1024 #endif -- cgit v1.3