#SquirrelJME: I implemented system call handling by the supervisor whenever a sub-task invokes a system call. Any running task or software can then make a call freely and it will call into the supervisor when needed. This is how I am going to do class loading and such.