Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nderjung/clickos-toolchain
A development environment for ClickOS applications.
https://github.com/nderjung/clickos-toolchain
clickos docker docker-image toolchain
Last synced: 10 days ago
JSON representation
A development environment for ClickOS applications.
- Host: GitHub
- URL: https://github.com/nderjung/clickos-toolchain
- Owner: nderjung
- Created: 2017-09-01T13:04:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T15:00:47.000Z (over 7 years ago)
- Last Synced: 2024-11-07T23:47:54.287Z (2 months ago)
- Topics: clickos, docker, docker-image, toolchain
- Language: Makefile
- Homepage: https://hub.docker.com/r/a1exanderjung/clickos-toolchain/
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClickOS Toolchain Container
This is the containerised vesion of [ClickOS' toolchain](https://github.com/cnplab/toolchain/).
It serves as quick start method for developing applications for Click OS.It contains the built `toolchain` itself, a copy of [`minios`](https://github.com/cnplap/mini-os)
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