DLR-FT / a653rs-linux

Apache License 2.0
1 stars 0 forks source link

Prepare syscall logic #127

Closed florianhartung closed 3 months ago

florianhartung commented 3 months ago

this replaces parts of the previous, now broken PR https://github.com/DLR-FT/a653rs-linux/pull/109

Currently, different workarounds such as shared memory or PartitionCalls are used to manage sampling ports, partition mode transitions, etc. This PR aims to implement a generic IPC method called syscalls to manage ARINC653 services.

This PR only refactors the basics needed for syscalls. It is not used in the hypervisor yet.