Files
Chen Wang eb61470e22 Improve memory/page init
Align heap start and caculate number of reserved pages
according to the length of ram available.

See
https://gitee.com/unicornx/riscv-operating-system-mooc/issues/I9LNCF.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2024-06-06 10:13:52 +08:00

11 lines
107 B
Makefile

USE_LINKER_SCRIPT = false
SRCS_ASM = \
start.S \
SRCS_C = \
kernel.c \
uart.c \
include ../common.mk