You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document explains how to run compiled code (C code, C++ code, etc.) on OSv
Compiling Linux applications
OSv in ABI-compatible with Linux, meaning that it should be able to run (minus any bugs still in OSv...) executable code compiled for Linux, if it doesn't use a few unsupported features such as fork(). This means that you can compile your existing Linux application with its normal build process, and run the resulting Linux executable on OSv.
There's one snag, though - because OSv
Putting the application into OSv's image and running it