Skip to content

Implementing the remove syscall

syscall.c line 73..75: Adding the system call for syscall_remove system_calls.h line 52..52: Adding the prototype for syscall_remove syscall_remove.c line 1..26: Implemented syscall_remove makefile.build line 71: Added syscall_remove to makefile

Merge request reports