mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-07 05:19:17 +00:00
Kernel now compiles on x32
This commit is contained in:
@ -28,6 +28,8 @@ CPUData *GetCurrentCPU()
|
||||
|
||||
namespace SMP
|
||||
{
|
||||
int CPUCores = 0;
|
||||
|
||||
void Initialize(void *madt)
|
||||
{
|
||||
fixme("SMP::Initialize() is not implemented!");
|
||||
|
Reference in New Issue
Block a user