mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
516ccad340
Co-authored-by: Victor Perevertkin <victor.perevertkin@reactos.org> Introduce the initial changes needed to get other processors up and into kernel mode. This only supports x86 as of now but is the first real step towards using other system processors.
9 lines
183 B
CMake
9 lines
183 B
CMake
|
|
list(APPEND HAL_UP_SOURCE
|
|
generic/buildtype.c
|
|
generic/spinlock.c
|
|
generic/up.c)
|
|
|
|
add_library(lib_hal_up OBJECT ${HAL_UP_SOURCE})
|
|
add_dependencies(lib_hal_up bugcodes xdk)
|