Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add related works to README #110

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,32 @@ the Linux kernel and the Rust toolchain, as it makes heavy use of the

As of now (November 2022), the project is relatively new and untested,
meaning that certain things may be subject to later change.

# Related Works

There has been a small but steady stream of work towards ARINC 653 execution environments.
This is a (non-exhaustive!) list of projects with a similar, ARINC 653 related, scope:

- [Airbus a653lib](https://github.com/airbus/a653lib)
- Runs on Linux
- Based on POSIX process API
- Licensed as [LGPL-2.1-or-later](https://spdx.org/licenses/LGPL-2.1-or-later.html)
- [pok](https://pok-kernel.github.io/)
- [GitHub repo](https://github.com/pok-kernel/pok)
- Runs bare-metal on x86, PowerPC, Leon
- POSIX & ARINC 653 compatible
- Licensed as [BSD-2-Clause](https://spdx.org/licenses/BSD-2-Clause.html)
- [JetOS](https://pok-kernel.github.io/)
- Fork of pok
- [GitHub repo #1](https://github.com/HESL-polymtl/CHPOK)
- [GitHub repo #2](https://github.com/yoogx/forge.ispras.ru-git-chpok)
- Runs bare-metal on x86, PowerPC, Leon
- POSIX & ARINC 653 compatible
- Licensed as mix of [BSD-2-Clause](https://spdx.org/licenses/BSD-2-Clause.html), [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html)
- [ARISS](https://github.com/ARISSIM/ARISS)
- Runs on Linux
- [arinc653emulator](https://github.com/adubey14/arinc653emulator)
- Runs on Linux
- [ARINC653_ARMV7A_Z7000](https://github.com/lfarcaro/ARINC653_ARMV7A_Z7000)
- Runs bare-metal on Xilinx Zynq 7000
- Licensed as [BSD-2-Clause](https://spdx.org/licenses/BSD-2-Clause.html)
Loading