Skip to content
Snippets Groups Projects
Unverified Commit 2eb8004c authored by a2-stratford's avatar a2-stratford Committed by ja3-saxby
Browse files

Update exit.c

parent 811cfc5f
No related branches found
No related tags found
2 merge requests!22Merge Feature/system calls,!12Alex/exit system call
/* halt.c /* exit.c
Simple program to test whether running a user program works. Simple program to test whether running a user program works.
Just invokes a system call that shuts down the OS. */ Invokes the exit syscall to test if it works */
#include <syscall.h> #include <syscall.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment