feat: add support for shutdown/reboot via UEFI Runtime Services

This commit is contained in:
2026-02-26 18:08:05 +01:00
parent f5e2baabf5
commit 30e73fcdcc
12 changed files with 208 additions and 20 deletions
+2 -2
View File
@@ -109,8 +109,8 @@ namespace Zenith {
Sys_Reset();
return 0;
case SYS_SHUTDOWN:
/* Unimplemented */
return -1;
Sys_Shutdown();
return 0;
case SYS_GETTIME:
Sys_GetTime((DateTime*)frame->arg1);
return 0;