mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-18 02:31:45 +00:00
Add multiboot stub (currently broken)
This commit is contained in:
@@ -36,7 +36,7 @@ CPUData *GetCurrentCPU()
|
||||
uint64_t ret = 0;
|
||||
if (!(&CPUs[ret])->IsActive)
|
||||
{
|
||||
error("CPU %d is not active!", ret);
|
||||
// error("CPU %d is not active!", ret);
|
||||
return &CPUs[0];
|
||||
}
|
||||
assert((&CPUs[ret])->Checksum == CPU_DATA_CHECKSUM);
|
||||
|
Reference in New Issue
Block a user