-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7aa6d5e
commit bb8990c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule pk
updated
18 files
+4 −1 | README.md | |
+2,102 −1,263 | configure | |
+58 −0 | machine/emulation.c | |
+1 −0 | machine/emulation.h | |
+3,209 −12,732 | machine/encoding.h | |
+1 −0 | machine/machine.mk.in | |
+20 −17 | machine/mentry.S | |
+8 −3 | machine/minit.c | |
+24 −3 | machine/misaligned_ldst.c | |
+140 −0 | machine/misaligned_vec_ldst.c | |
+1 −0 | machine/mtrap.h | |
+13 −8 | pk/elf.c | |
+19 −0 | pk/handlers.c | |
+5 −9 | pk/mmap.c | |
+31 −1 | pk/pk.c | |
+138 −0 | pk/syscall.c | |
+2 −0 | pk/syscall.h | |
+4 −1 | scripts/config.sub |
Submodule spike
updated
73 files