selmanozleyen / spim-os-multiprogramming-extension

This is a modification of SPIM. Original source code can be found here. Original spim is designed to execute only one process but by adding syscalls like execv, fork, wait and some other helper syscalls I was able to modify it to a multi-process OS with multitasking. There are also interrupts periodically to call the interrupt function which is written in assembly. Interrupt handler makes context switches with round robin scheduling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selmanozleyen/spim-os-multiprogramming-extension Stargazers