When looking to port something to a new Operating System, how do you go about finding the Operating System abstractions a program/library depends on?

This page summarizes the projects mentioned and recommended in the original post on /r/osdev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rcl

    Library to support implementation of language specific ROS Client Libraries.

  • Some ideas I have is to go through the source code of low-level libraries ROS 2 uses such as this one and find all the system calls they make; however, I'm unsure if this is the most systematic and ideal way of going about this? I also did consider potentially running `strace` on a ROS 2 executable; however, this seems like a roundabout way of going about this considering I have direct access to the source code.

  • ROS

    Core ROS packages

  • Specifically, I'm considering porting ROS 2 which is a meta-OS that runs on Linux to a new OS that is currently unsupported as an educational exercise.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts