The SDK that goes with omega.
Go to file
Potter360 bce2495c00 change default program to exit on EXIT key (why was it SHIFT wtf ?) 2024-04-02 16:43:00 +02:00
default-project change default program to exit on EXIT key (why was it SHIFT wtf ?) 2024-04-02 16:43:00 +02:00
README.md Update README 2024-03-07 18:29:45 +01:00
install.sh Add --prefix flag to change destination directory 2024-03-07 22:32:58 +01:00
osdk First commit 2024-03-07 18:22:14 +01:00
uninstall.sh Add uninstall script 2024-03-07 22:34:21 +01:00

README.md

oSDK

oSDK is the sdk going with the omega unikernel.

installation

You can install the SDK with :

% chmod +x ./install.sh
% ./install.sh

usage

To create a new project, you can run :

% osdk new [<NAME>]