14 Commits

Author SHA1 Message Date
ed69833361 core+init+system: Add basic IPC 2025-03-20 18:52:29 +01:00
f41ad7e747 system+init+memory: Add basic IPC code 2025-03-07 18:00:00 +01:00
23334004a5 init: Calculate the number of threads loaded
This will be quite useful in the future.
2025-02-24 19:18:51 +01:00
d3231f1362 init: Use getThreadId() instead of relying on a fixed PID 2025-02-22 23:01:48 +01:00
aad9b8119b system+init: Move userspace virtual memory code to the system library 2025-02-22 23:01:32 +01:00
c24bc8ed27 core: Add "tokens" to determine what processes can call which syscalls 2025-02-22 20:11:07 +01:00
5f9514627b core+init: Instead of exporting an "arch" symbol for platform-specific code, use "usingnamespace".
This makes imports of  platform-specific files way cleaner.
2025-02-22 15:49:14 +01:00
6acf83692f core+init: Move syscall code from init to the system library + add a setEventQueue() syscall 2025-02-22 15:41:11 +01:00
43bb21af0b init: Fix a few errors 2025-02-20 23:01:56 +01:00
240d9afe0e init: Add basic virtual memory code 2025-02-20 18:05:11 +01:00
b87150a35f core: Add sleep support to the scheduler 2025-02-18 20:06:40 +01:00
9c92b3de4b core: Add priority-based scheduling 2025-02-17 20:15:30 +01:00
4e03fdca6a init: Add system call handling code 2025-02-16 11:58:20 +01:00
13ec4bee87 Ready. Set. Go!
Microkernel development in Zig, should be fun! =]
2025-02-13 22:39:48 +01:00