RISC-V Proxy Kernel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
459 B

pk_subproject_deps = \
softfloat \
pk_hdrs = \
mtrap.h \
encoding.h \
atomic.h \
file.h \
frontend.h \
elf.h \
vm.h \
pk_c_srcs = \
mtrap.c \
minit.c \
emulation.c \
sbi_impl.c \
init.c \
file.c \
syscall.c \
handlers.c \
frontend.c \
elf.c \
console.c \
vm.c \
string.c \
logo.c \
configstring.c \
pk_asm_srcs = \
mentry.S \
entry.S \
fp_asm.S \
sbi_entry.S \
sbi.S \
pk_test_srcs =
pk_install_prog_srcs = \
pk.c \
bbl.c \