1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-24 07:40:18 +10:00
collapseos/doc/README.md
Virgil Dupras 9d8aa3a0d0 Add TRS-80 model 4P hardware doc
It's a condensed version of the technical manual that can be a bit
more practical to use for quick referencing.
2020-01-25 14:44:30 -05:00

21 lines
629 B
Markdown

# Collapse OS documentation
## User guide
* [The shell](../apps/basic/README.md)
* [Load code in RAM and run it](load-run-code.md)
* [Using block devices](blockdev.md)
* [Using the filesystem](fs.md)
* [Assembling z80 source from the shell](zasm.md)
* [Writing the glue code](glue-code.md)
* [Understanding the code](understanding-code.md)
## Hardware
Some consolidated documentation about various hardware supported by Collapse OS.
Most of that information can already be found elsewhere, but the goal is to have
the most vital documentation in one single place.
* [TI-83+/TI-84+](ti8x.md)
* [TRS-80 model 4p](trs80-4p.md)