Limine bump revision ID and check if the revision is being supported
This commit is contained in:
@@ -43,6 +43,9 @@ ALIGNED (16) static uint8_t uacpi_memory_buffer[UACPI_MEMORY_BUFFER_MAX];
|
||||
void bootmain (void) {
|
||||
struct limine_mp_response* mp = limine_mp_request.response;
|
||||
|
||||
if (LIMINE_BASE_REVISION_SUPPORTED (limine_base_revision) == false)
|
||||
spin ();
|
||||
|
||||
struct cpu* bsp_cpu = cpu_make (mp->bsp_lapic_id, 0);
|
||||
|
||||
gdt_init (bsp_cpu);
|
||||
|
||||
Reference in New Issue
Block a user