# # ChangeLog for trunk/hal/x86_64/core/hal_smpboot.S # # Generated by Trac 1.2.3 # Mar 29, 2024, 3:11:45 PM Thu, 20 Jul 2017 08:29:35 GMT max@… [243] * trunk/hal/x86_64/core/hal_boot.S (modified) * trunk/hal/x86_64/core/hal_smpboot.S (modified) Mmh, some CPUs can boot with the cache disabled, so explicitly enable it. Wed, 19 Jul 2017 12:30:15 GMT max@… [236] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_apic.h (modified) * trunk/hal/x86_64/core/hal_boot.h (modified) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_smpboot.S (added) Launch the secondary CPUs. For now, they all say hello and enter an ...