Skip to content

Commit

Permalink
[HALX86] Enable SMP Hal for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Oct 31, 2023
1 parent b3dd091 commit 90705ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/halx86/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if(ARCH STREQUAL "i386")
add_hal(halxbox SOURCES xbox/halxbox.rc COMPONENTS xbox up)
add_hal(halpc98 SOURCES pc98/halpc98.rc COMPONENTS pc98 up)

#add_hal(halmacpi SOURCES smp/halmacpi.rc COMPONENTS generic acpi smp apic)
add_hal(halmacpi SOURCES smp/halmacpi.rc COMPONENTS generic acpi smp apic)
#add_hal(halmp SOURCES mp/halmp.rc COMPONENTS generic legacy smp apic)

elseif(ARCH STREQUAL "amd64")
Expand Down

0 comments on commit 90705ff

Please sign in to comment.