pros
pros copied to clipboard
Implement more syscalls
Expected Behavior:
Standard function calls like remove should probably work.
Actual Behavior:
Calling remove for example will trigger a linker error because we don't have an implementation of _link.
Additional Information
Figure out what missing syscalls we should implement.