Skip to content

Running compiled code on OSv

Nadav Har'El edited this page Sep 22, 2013 · 7 revisions

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

Compiling with OSv APIs

Clone this wiki locally