|
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 |
|
|
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 |
|
|
52cb29dbca
|
core: Add documentation to all scheduler functions + global thread list
|
2025-02-21 19:37:13 +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 |
|
|
3ce8cfb726
|
core: Add memory and scheduler related system calls
|
2025-02-16 11:58:12 +01:00 |
|