Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knightos/calcsys
A power user app for (breaking) KnightOS
https://github.com/knightos/calcsys
Last synced: about 1 month ago
JSON representation
A power user app for (breaking) KnightOS
- Host: GitHub
- URL: https://github.com/knightos/calcsys
- Owner: KnightOS
- License: mit
- Created: 2015-01-21T22:24:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T22:11:43.000Z (almost 10 years ago)
- Last Synced: 2024-03-26T18:24:42.812Z (9 months ago)
- Language: Assembly
- Size: 203 KB
- Stars: 2
- Watchers: 14
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calcsys
A poweruser tool for fiddling about on your calculator.
## Compiling
First, install the [KnightOS SDK](http://www.knightos.org/sdk).
$ knightos init
$ make
$ make run # to test
$ make package # to produce an installable package## Installing
Use `make package` to get a package that you can install.
## Contributing
This project follows the same standards for contribution as the rest of the KnightOS userspace.
These standards are documented [at KnightOS/KnightOS on GitHub](https://github.com/KnightOS/KnightOS/blob/master/CONTRIBUTING).