Skip to content

Commit

Permalink
[BOOTDATA][HALX86] Make SMP entry consistent on x64
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Oct 31, 2023
1 parent 078ce02 commit b3dd091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot/bootdata/txtsetup.sif
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ hal.dll = 1,,,,,,,2,,,,1,2

[Files.x64_mp]
ntkrnlmp.exe = 1,,,,,,,2,,,ntoskrnl.exe,1,2
halmp.dll = 1,,,,,,,2,,,hal.dll,1,2
halmacpi.dll = 1,,,,,,,2,,,hal.dll,1,2

[Display]
;<id> = <user friendly name>,<spare>,<service key name>,<width>,<height>,<bpp>
Expand Down
2 changes: 1 addition & 1 deletion hal/halx86/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ if(ARCH STREQUAL "i386")
elseif(ARCH STREQUAL "amd64")

add_hal(hal SOURCES ${HAL_SOURCE} COMPONENTS generic acpi up apic)
add_hal(halmp SOURCES ${HAL_SOURCE} COMPONENTS generic acpi smp apic)
add_hal(halmacpi SOURCES ${HAL_SOURCE} COMPONENTS generic acpi smp apic)

endif()

0 comments on commit b3dd091

Please sign in to comment.