https://github.com/mateoconlechuga/free-os
Custom bare-bones os
https://github.com/mateoconlechuga/free-os
Last synced: about 1 year ago
JSON representation
Custom bare-bones os
- Host: GitHub
- URL: https://github.com/mateoconlechuga/free-os
- Owner: mateoconlechuga
- Created: 2017-12-25T08:01:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T08:03:12.000Z (over 8 years ago)
- Last Synced: 2025-03-29T19:03:44.230Z (about 1 year ago)
- Language: Assembly
- Size: 43 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## FreeOS About
FreeOS is a bare-bones OS for the TI-84+CE and TI-83 Premium CE. It includes the nessasary code in order to begin building your own OS. Currently it displays a picture of a pure doggo.
## Install / Uninstall
**If you are not sure how to install this program, you probably should not be using it.**
To uninstall, simply press and hold [2nd][del][reset] to return to the bootcode install screen. From there you can resend an OS.
## Building
You can build the example os using the following line with `fasmg`: (Available for your os near the bottom of [this page](https://flatassembler.net/download.php).)
./fasmg src/freeos.asm freeos.8xp
## Credits
(c) 2017 Matt "MateoConLechuga" Waltz
Please forward any bugs/comments to matthewwaltzis@gmail.com
Enjoy!