acadia/zion/syscall
Drew Galbraith a47bac9966 [zion] Dynamically check Capability type.
Instead of passing an enum with the capability when creating it, relying
on polymorphism and a template struct tag to determine the object type
at runtime.

This is cleaner and avoids errors where we pass the wrong capability
type with the cap and do a bad cast at runtime.
2023-06-16 14:53:57 -07:00
..
syscall.cpp [zion] Dynamically check Capability type. 2023-06-16 14:53:57 -07:00
syscall.h Wireframe for syscalls in place 2023-05-18 16:03:09 -07:00
syscall_enter.s Wireframe for syscalls in place 2023-05-18 16:03:09 -07:00