Ignore:
Timestamp:
Jun 28, 2017, 1:23:51 PM (7 years ago)
Author:
max@…
Message:

Rename a certain number of things, and improve the APIC support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_init.c

    r81 r82  
    2525#include <hal_segmentation.h>
    2626#include <hal_acpi.h>
    27 #include <hal_lapic.h>
     27#include <hal_apic.h>
    2828#include <hal_internal.h>
    2929#include <hal_remote.h>
     
    171171        x86_printf("[+] hal_gpt_bootstrap_reset called\n");
    172172
    173         hal_lapic_init();
    174         x86_printf("[+] hal_lapic_init called\n");
     173        hal_apic_init();
     174        x86_printf("[+] hal_apic_init called\n");
    175175
    176176        hal_tls_init_cpu0();
     
    187187        x86_printf("[+] kernel_init called\n");
    188188
     189//      void x86_stop();
     190//      x86_stop();
    189191
    190192        sti();
    191         while (1);
    192193
    193194        int m = 0;
Note: See TracChangeset for help on using the changeset viewer.