push/pop all registers when handling interrupt from kernel
This commit is contained in:
parent
e630e0743b
commit
6eae1be755
7 changed files with 48 additions and 83 deletions
4
Makefile
4
Makefile
|
@ -21,7 +21,9 @@ OBJS = \
|
|||
pipe.o \
|
||||
ramdisk.o \
|
||||
exec.o \
|
||||
sysfile.o
|
||||
sysfile.o \
|
||||
kernelvec.o \
|
||||
plic.o
|
||||
|
||||
XXXOBJS = \
|
||||
bio.o\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue