Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knightos/sdk
The KnightOS SDK
https://github.com/knightos/sdk
Last synced: 2 months ago
JSON representation
The KnightOS SDK
- Host: GitHub
- URL: https://github.com/knightos/sdk
- Owner: KnightOS
- License: mit
- Created: 2014-09-08T21:57:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T10:21:39.000Z (almost 4 years ago)
- Last Synced: 2024-03-26T18:24:43.392Z (10 months ago)
- Language: Python
- Size: 130 KB
- Stars: 12
- Watchers: 13
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).