aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/config.h')
-rw-r--r--arch/riscv/config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/riscv/config.h b/arch/riscv/config.h
index f223ee7..75c898f 100644
--- a/arch/riscv/config.h
+++ b/arch/riscv/config.h
@@ -1,12 +1,12 @@
#include <apos/sizes.h>
+
+/* --- START ARCH USER CONFIG VALUES --- */
+/* physical address to which the kernel will be loaded */
#define PM_KERN 0x83800000
+/* --- END ARCH USER CONFIG VALUES --- */
+
+/* don't touch >:( */
+
#define PM_STACK_BASE (PM_KERN + SZ_2M)
#define PM_STACK_TOP (PM_STACK_BASE + SZ_2M - 2)
#define VM_KERN (-SZ_1G)
-
-#define MAX_ORDER 3
-#define PAGE_SHIFT 12
-#define O0_WIDTH 9
-#define O1_WIDTH 9
-#define O2_WIDTH 9
-#define O3_WIDTH 9