twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
61 stars 13 forks source link

aarch64 port #18

Open dbittman opened 2 years ago

dbittman commented 2 years ago

The kernel is designed for portability in-mind, but currently only supports x86. We need to get it running on aarch64 as well.

PandaZ3D commented 1 year ago

The kernel port for aarch64 is split across a number of patches. Implementing the core kernel requires quite a few things.

Steps

Patch Set

PandaZ3D commented 8 months ago

SMP support is tracked in #152