Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knightos/sdk

The KnightOS SDK
https://github.com/knightos/sdk

Last synced: 2 months ago
JSON representation

The KnightOS SDK

Awesome Lists containing this project

README

        

# KnightOS SDK

This is the KnightOS developer SDK. To install, simply run `./setup.py install` on any Unix system.

Requires Python 3, [genkfs](https://github.com/KnightOS/genkfs), [kpack](https://github.com/KnightOS/kpack), and for Python: docopt, requests, pystache and pyyaml.

You can use your choice of assembler and emulator, but the default is [sass](https://github.com/KnightOS/sass) and [z80e](https://github.com/KnightOS/z80e), respectively.

For usage information, run `knightos --help` after install.

## Help, Bugs, Feedback

If you need help with KnightOS, want to keep up with progress, chat with
developers, or ask any other questions about KnightOS, you can hang out in the
IRC channel: [#knightos on irc.freenode.net](http://webchat.freenode.net/?channels=knightos).

To report bugs, please create [a GitHub issue](https://github.com/KnightOS/KnightOS/issues/new) or contact us on IRC.

If you'd like to contribute to the project, please see the [contribution guidelines](http://www.knightos.org/contributing).