feat: expand user mode, add DOOM game, add manpages

This commit is contained in:
2026-02-18 15:13:53 +01:00
parent 605fbcbe42
commit 24af60d669
51 changed files with 4484 additions and 43 deletions
+7 -1
View File
@@ -165,4 +165,10 @@ namespace Kt
};
};
extern Kt::KernelErrorStream kerr;
extern Kt::KernelErrorStream kerr;
// Forward-declare flanterm context for syscall access
struct flanterm_context;
namespace Kt {
extern flanterm_context *ctx;
}