←back to thread

235 points Klasiaster | 4 comments | | HN request time: 0.192s | source
1. cryptonector ◴[] No.41853532[source]
> Linux-compatible ABI

There's no specification of that ABI, much less a compliance test suite. How complete is this compatibility?

replies(2): >>41853746 #>>41855540 #
2. Klasiaster ◴[] No.41853746[source]
Here is a list of implemented syscalls, but of course each checked one could still be slightly incompatible:

https://asterinas.github.io/book/kernel/linux-compatibility....

replies(1): >>41853945 #
3. cryptonector ◴[] No.41853945[source]
There's also tons of ioctls and /proc and what not.
4. mgerdts ◴[] No.41855540[source]
While developing the lx brand on illumos/SmartOS, ltp was helpful. It may not be complete, but it is a pretty good start.

https://linux-test-project.readthedocs.io/en/latest/