Add multiboot stub (currently broken)

This commit is contained in:
Alex
2023-04-30 20:01:38 +03:00
parent 5e81421ec6
commit 2fbb8e3df2
19 changed files with 1287 additions and 50 deletions

View File

@@ -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);