https://github.com/maxleiter/countingdemodec
The KnightOS Counting Demo using decimal instead of hex
https://github.com/maxleiter/countingdemodec
Last synced: 9 months ago
JSON representation
The KnightOS Counting Demo using decimal instead of hex
- Host: GitHub
- URL: https://github.com/maxleiter/countingdemodec
- Owner: MaxLeiter
- License: mit
- Created: 2015-11-28T03:13:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T04:23:59.000Z (over 10 years ago)
- Last Synced: 2024-10-11T13:20:05.672Z (over 1 year ago)
- Language: Assembly
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Counting Demo
The Counting Demo for KnightOS using decimal instead of hex (for personal use).
## 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.
## 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).