fix: remove kernel mouse cursor demo, +add two future-implemented syscalls for shutdown & reset

This commit is contained in:
2026-02-18 16:52:44 +01:00
parent 8a1d90f390
commit d0e1542a93
10 changed files with 33 additions and 143 deletions
+2
View File
@@ -37,6 +37,8 @@ namespace Zenith {
static constexpr uint64_t SYS_WAITPID = 23;
static constexpr uint64_t SYS_TERMSIZE = 24;
static constexpr uint64_t SYS_GETARGS = 25;
static constexpr uint64_t SYS_RESET = 26;
static constexpr uint64_t SYS_SHUTDOWN = 27;
struct FbInfo {
uint64_t width;