acadia/zion
Drew Galbraith 1cebe547c0 [zion] Allow the sleep thread to be preempted.
We can't yield it when the next thread is unblocked for now because it
may still be holding a lock that the prempted thread is waiting on.
2023-06-19 21:47:37 -07:00
..
boot Refactor all Zion decls into one header 2023-06-17 01:45:53 -07:00
capability [zion] Store capability ids on the CapabilityTable. 2023-06-16 15:27:09 -07:00
common
debug Refactor all Zion decls into one header 2023-06-17 01:45:53 -07:00
include Move ipc calls to take a void* 2023-06-19 18:39:46 -07:00
interrupt Cleanup AHCI Ident a bit and reduce logging 2023-06-12 23:32:24 -07:00
lib [zion] Remove old debug messages 2023-06-17 01:09:48 -07:00
loader Refactor all Zion decls into one header 2023-06-17 01:45:53 -07:00
memory Resolved page faults from user stacks 2023-06-12 23:28:23 -07:00
object Move ipc calls to take a void* 2023-06-19 18:39:46 -07:00
scheduler [zion] Allow the sleep thread to be preempted. 2023-06-19 21:47:37 -07:00
syscall Refactor all Zion decls into one header 2023-06-17 01:45:53 -07:00
usr Move ipc calls to take a void* 2023-06-19 18:39:46 -07:00
CMakeLists.txt [zion] Dynamically check Capability type. 2023-06-16 14:53:57 -07:00
linker.ld
zion.cpp Probe RSDP for PCIe Config 2023-06-07 16:24:13 -07:00