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.
 
 
 
 
 
 

35 lines
375 B

pk_subproject_deps = \
softfloat_riscv \
softfloat \
softint \
pk_hdrs = \
pk.h \
encoding.h \
fp.h \
atomic.h \
file.h \
frontend.h \
elf.h \
vm.h \
pk_c_srcs = \
init.c \
file.c \
syscall.c \
handlers.c \
frontend.c \
fp.c \
int.c \
elf.c \
console.c \
vm.c \
pk_asm_srcs = \
entry.S \
fp_asm.S \
pk_test_srcs =
pk_install_prog_srcs = \
pk.S \