kern: implement KThreadLocalPage

This commit is contained in:
Michael Scire
2020-01-30 16:51:35 -08:00
parent 484f132651
commit 059c706f19
15 changed files with 295 additions and 30 deletions

View File

@@ -52,6 +52,7 @@
/* Auto Objects. */
#include <mesosphere/kern_k_auto_object.hpp>
#include <mesosphere/kern_k_handle_table.hpp>
#include <mesosphere/kern_k_process.hpp>
/* Supervisor Calls. */
#include <mesosphere/kern_svc.hpp>