5 Commits

Author SHA1 Message Date
e52b0bcf77 core+system: Add a bunch of syscalls related to thread creation 2025-02-22 22:58:56 +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
d858700da4 core: Add a struct named "platform.Registers" to cover different architectures
This replaces the architecture-independent usage of InterruptStackFrame, which is an x86_64 implementation thing.
2025-02-21 19:40:46 +01:00
3ce8cfb726 core: Add memory and scheduler related system calls 2025-02-16 11:58:12 +01:00