Changeset 82 for trunk/Makefile.x86


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/Makefile.x86

    r77 r82  
    6262              build/kernel/hal/hal_kentry.o       \
    6363              build/kernel/hal/hal_acpi.o         \
    64               build/kernel/hal/hal_lapic.o        \
     64              build/kernel/hal/hal_apic.o         \
    6565              build/kernel/hal/x86_printf.o       \
    6666              build/kernel/hal/hal_drivers.o      \
     
    300300                                hal/x86_64/core/hal_segmentation.h \
    301301                                hal/x86_64/core/hal_acpi.h         \
    302                                 hal/x86_64/core/hal_lapic.h        \
     302                                hal/x86_64/core/hal_apic.h         \
    303303                                hal/x86_64/core/hal_internal.h     \
    304304                                kernel_config.h               \
     
    338338        $(DU) -D $@ > $@.txt
    339339
    340 build/kernel/hal/hal_lapic.o:   hal/x86_64/core/hal_lapic.c       \
    341                                 hal/x86_64/core/hal_lapic.h       \
     340build/kernel/hal/hal_apic.o:    hal/x86_64/core/hal_apic.c        \
     341                                hal/x86_64/core/hal_apic.h        \
    342342                                kernel_config.h              \
    343343                                hal/x86_64/core/hal_types.h
Note: See TracChangeset for help on using the changeset viewer.