Skip to content
Snippets Groups Projects
Commit 593e106d authored by h2-addad's avatar h2-addad
Browse files

Update

parent 7cec5d20
No related branches found
No related tags found
No related merge requests found
/* halt.c
Simple program to test whether running a user program works.
Just invokes a system call that shuts down the OS. */
#include <syscall.h>
int
main (void)
{
halt ();
/* not reached */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment