summaryrefslogtreecommitdiff
path: root/Kernel/Prekernel/Arch
AgeCommit message (Collapse)Author
2021-09-06Kernel: Let aarch64 port call into C++Nico Weber
Put all but the first core into a loop, make room for some stack, and call init().
2021-08-28Prekernel: Make build on aarch64Nico Weber
Add a dummy Arch/aarch64/boot.S that for now does nothing but let all processor cores sleep. For now, none of the actual Prekernel code is built for aarch64.
2021-08-28Prekernel: Move boot.S and multiboot.S into an Arch/x86 subfolderNico Weber