1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00
This commit is contained in:
Adrien Bourmault 2019-03-12 23:36:47 +01:00
parent 17f714719b
commit afdd3508c6

View File

@ -39,7 +39,7 @@ noreturn void StartKern(multiboot_info_t *mbInfo, int mbMagic)
// Kernel terminals
InitTerms();
char *grubver = mbInfo->boot_loader_name;
multiboot_uint32_t *grubver = mbInfo->boot_loader_name;
// We're out