Add mesosphere (VERY VERY WIP)
This commit is contained in:
11
mesosphere/source/core/KCoreContext.cpp
Normal file
11
mesosphere/source/core/KCoreContext.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <mesosphere/core/KCoreContext.hpp>
|
||||
#include <mesosphere/threading/KScheduler.hpp>
|
||||
|
||||
namespace mesosphere
|
||||
{
|
||||
|
||||
static KScheduler scheds[4];
|
||||
|
||||
std::array<KCoreContext, MAX_CORES> KCoreContext::instances{ &scheds[0], &scheds[1], &scheds[2], &scheds[3] };
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user