-
- Downloads
Change exec to process, put in syscalls folder
Same code as before, but with more stuff in the header copied from mp3. Also changes the read and write syscalls to do an rts instead of an rti, since the rti is handled in the irq handler which we will return to.
Showing
- sw/kernel/exec.h 0 additions, 6 deletionssw/kernel/exec.h
- sw/kernel/syscalls/process.c 1 addition, 0 deletionssw/kernel/syscalls/process.c
- sw/kernel/syscalls/process.h 46 additions, 0 deletionssw/kernel/syscalls/process.h
- sw/kernel/syscalls/read.c 0 additions, 1 deletionsw/kernel/syscalls/read.c
- sw/kernel/syscalls/write.c 0 additions, 1 deletionsw/kernel/syscalls/write.c
sw/kernel/exec.h
deleted
100644 → 0
sw/kernel/syscalls/process.h
0 → 100644
Please register or sign in to comment