Skip to content

nderjung/clickos-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ClickOS Toolchain Container

This is the containerised vesion of ClickOS' toolchain. It serves as quick start method for developing applications for Click OS.

It contains the built toolchain itself, a copy of minios and a copy of the latest version of xen.

Building an application

To get started building applications using the toolchain, you should mount your working directory and run your build command, like so:

docker run -it --rm \
    -v $(pwd):/app \
    a1exanderjung/clickos-toolchain \
    make