Changeset 236 for trunk/Makefile.x86


Ignore:
Timestamp:
Jul 19, 2017, 2:30:15 PM (7 years ago)
Author:
max@…
Message:

Launch the secondary CPUs. For now, they all say hello and enter
an infinite loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.x86

    r218 r236  
    5656HAL_OBJS    = \
    5757              build/kernel/hal/hal_boot.o         \
     58              build/kernel/hal/hal_smpboot.o      \
    5859              build/kernel/hal/hal_init.o         \
    5960              build/kernel/hal/hal_cpu.o          \
     
    292293        $(DU) -D $@ > $@.txt
    293294
     295build/kernel/hal/hal_smpboot.o: hal/x86_64/core/hal_smpboot.S \
     296                                hal/x86_64/core/hal_boot.h        \
     297                                hal/x86_64/core/hal_multiboot.h   \
     298                                hal/x86_64/core/hal_segmentation.h \
     299                                kernel_config.h              \
     300                                hal/x86_64/core/hal_types.h
     301        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
     302        $(DU) -D $@ > $@.txt
     303
    294304build/kernel/hal/hal_init.o:    hal/x86_64/core/hal_init.c         \
    295305                                hal/x86_64/core/hal_boot.h         \
Note: See TracChangeset for help on using the changeset viewer.