Halt syscall and userspace util. Mapped qemu power.

This commit is contained in:
Imbus 2025-01-11 14:50:17 +01:00
parent e94eecd9a1
commit 146e7f65ca
4 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,7 @@
int
main(int argc, char *argv[])
{
printf("System powering down...\n");
halt();
return 0;
}