Re-wrote boot code, moved to x86 folder
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "allocator.hpp"
|
||||
#include "interrupts.hpp"
|
||||
#include "scheduler.hpp"
|
||||
#include "systeminfo.hpp"
|
||||
|
||||
namespace kernel
|
||||
{
|
||||
@@ -23,6 +24,8 @@ public:
|
||||
|
||||
static ProcessQueue processQueue;
|
||||
|
||||
static SystemInfo config;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user