push/pop all registers when handling interrupt from kernel

This commit is contained in:
Robert Morris 2019-06-03 15:23:12 -04:00
parent e630e0743b
commit 6eae1be755
7 changed files with 48 additions and 83 deletions

View file

@ -21,7 +21,9 @@ OBJS = \
pipe.o \
ramdisk.o \
exec.o \
sysfile.o
sysfile.o \
kernelvec.o \
plic.o
XXXOBJS = \
bio.o\