mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
feat(kernel): add initial subsystem implementation files
This commit is contained in:
@ -16,3 +16,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../kernel.h"
|
#include "../../kernel.h"
|
||||||
|
|
||||||
|
namespace Subsystem::Linux
|
||||||
|
{
|
||||||
|
bool Initialized = false;
|
||||||
|
|
||||||
|
void InitializeSubSystem()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -16,3 +16,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../kernel.h"
|
#include "../../kernel.h"
|
||||||
|
|
||||||
|
namespace Subsystem::Windows
|
||||||
|
{
|
||||||
|
bool Initialized = false;
|
||||||
|
|
||||||
|
void InitializeSubSystem()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user