SRML Kernel Interface
Latrasis opened this issue · 1 comments
Latrasis commented
For Substrate, we need to:
- Assess how an SRML module is developed.
- Assess how a kernel instance would be initialized in substrate
Interface:
- Implement a primitive for kernel instantiation -
cap9_kernel_init
- Implement basic procedure registration
- Implement basic storage capability
- Implement basic log capability