Halt syscall and userspace util. Mapped qemu power.
This commit is contained in:
parent
e94eecd9a1
commit
146e7f65ca
4 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
printf("System powering down...\n");
|
||||
halt();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue