Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-06 | Kernel: 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-28 | Prekernel: Make build on aarch64 | Nico 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-28 | Prekernel: Move boot.S and multiboot.S into an Arch/x86 subfolder | Nico Weber | |