Do not align allocations in init_smp
This commit is contained in:
parent
132ff2fdbe
commit
10ce8e07bf
BIN
limine.bin
BIN
limine.bin
Binary file not shown.
@ -88,7 +88,7 @@ struct smp_information *init_smp(size_t *cpu_count,
|
||||
struct gdtr gdtr;
|
||||
asm volatile ("sgdt %0" :: "m"(gdtr));
|
||||
|
||||
struct smp_information *ret = balloc(0);
|
||||
struct smp_information *ret = balloc_aligned(0, 1);
|
||||
*cpu_count = 1;
|
||||
|
||||
// Parse the MADT entries
|
||||
|
Loading…
Reference in New Issue
Block a user