aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/config.h
blob: 75c898f62618e8666eb95ee494a1cdaeffd79777 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)