mesosphere: Implement SVC table auto-generation

This commit is contained in:
Michael Scire 2020-01-17 22:02:45 -08:00
parent 6ecf04c3b7
commit 6ee305464a
17 changed files with 2614 additions and 4 deletions

View file

@ -36,3 +36,6 @@
/* Core functionality. */
#include "mesosphere/kern_select_interrupts.hpp"
#include "mesosphere/kern_select_k_system_control.hpp"
/* Supervisor Calls. */
#include "mesosphere/kern_svc.hpp"