Enhance logging and task management; enable trace facility, add scheduler state logging, and improve shutdown handling

This commit is contained in:
Lukas Höppner
2026-08-12 14:12:43 +02:00
parent b623e5cf0a
commit b04ba14891
11 changed files with 187 additions and 119 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ pub fn main() void {
_ = add(1, 2);
while (true) {
nova64.log("Hello from Zig!");
// nova64.yield(1000);
// nova64.yield();
// nova64.sleep(1000);
}
}