mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:07:35 +00:00
Kernel: Let aarch64 port call into C++
Put all but the first core into a loop, make room for some stack, and call init().
This commit is contained in:
parent
f1d1418256
commit
62bc238ac3
3 changed files with 24 additions and 1 deletions
|
@ -3,6 +3,7 @@ set(SOURCES
|
|||
if ("${SERENITY_ARCH}" STREQUAL "aarch64")
|
||||
set(SOURCES
|
||||
${SOURCES}
|
||||
Arch/aarch64/init.cpp
|
||||
Arch/aarch64/boot.S
|
||||
)
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue