diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-25 23:47:08 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-25 23:47:08 +0300 |
| commit | 5dfac4879ce5f34503ae7537eefd3fc48d6fa750 (patch) | |
| tree | 7ac25f1a14373ae08ea6aa2406d8f83026dba74a /arch/riscv/include/vmap.h | |
| parent | b235f49f31d11e68019c42f48b6641c37e4c986e (diff) | |
| download | kmi-5dfac4879ce5f34503ae7537eefd3fc48d6fa750.tar.gz kmi-5dfac4879ce5f34503ae7537eefd3fc48d6fa750.zip | |
libfdt seems to work
At least as far as reading memory info, cool.
One issue I have is that .(ro)data is apparently accessed by absolute
addresses, so I need to know at which address the kernel is going to be
loaded. I would prefer completely position independent code, but if
that's not possible then eh.
Diffstat (limited to 'arch/riscv/include/vmap.h')
| -rw-r--r-- | arch/riscv/include/vmap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/riscv/include/vmap.h b/arch/riscv/include/vmap.h index a1cf52f..aee3725 100644 --- a/arch/riscv/include/vmap.h +++ b/arch/riscv/include/vmap.h @@ -12,7 +12,4 @@ #define VM_A (1 << 6) #define VM_D (1 << 7) -#define VM_TOP (-1) -#define VM_KERN (VM_TOP - SZ_1G) - #endif /* APOS_RISCV_VMAP_H */ |
