Except as stated on the Hardware pages, we add support for Loongarch platforms and currently support 3A5000.
- seL4test Running successfully on Loongson 3A5000 platform and passing all 112 test suits.
Read the official Host Dependencies page to find instructions on how to set up your host machine.In addition, we need the environment for running Loongarch bios and OS on x86 machines. Now you can obtain and manage seL4 project source using Google's repo tool,then build and debug.
mkdir sel4test
cd sel4test
repo init -u https://github.com/chenyangng/sel4test-manifest.git -b loongarch
repo sync
./build.sh -l
./run_debug.sh -l
loongarch branch of all repositories above
- Merge with upstream code
- Docker for building seL4 and CI infrastructure
- Add virtualization support
- Implement Time Protection
- Add Mixed-criticality support
- Design and implementation of general-purpose operating systems based on seL4
There must be more...