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.
 
 
 
 
 
 

34 lines
380 B

# See LICENSE for license details.
pk_subproject_deps = \
util \
softfloat \
machine \
pk_hdrs = \
boot.h \
elf.h \
file.h \
frontend.h \
mmap.h \
pk.h \
syscall.h \
usermem.h \
pk_c_srcs = \
file.c \
syscall.c \
handlers.c \
frontend.c \
elf.c \
console.c \
mmap.c \
usermem.c \
pk_asm_srcs = \
entry.S \
pk_test_srcs =
pk_install_prog_srcs = \
pk.c \