collapseos/doc/README.md

23 lines
617 B
Markdown
Raw Normal View History

2019-04-17 01:25:54 +10:00
# Collapse OS documentation
2019-04-16 02:06:27 +10:00
2019-04-17 01:25:54 +10:00
## Assembly guide
2019-04-16 02:06:27 +10:00
2019-04-17 01:25:54 +10:00
* [Writing the glue code](glue-code.md)
2019-05-13 06:06:27 +10:00
* [Running Collapse OS on an emulator](emulate.md)
2019-04-17 01:25:54 +10:00
## User guide
2019-04-16 02:06:27 +10:00
* [The shell](../apps/basic/README.md)
2019-04-16 03:18:29 +10:00
* [Load code in RAM and run it](load-run-code.md)
2019-04-17 00:37:29 +10:00
* [Using block devices](blockdev.md)
2019-05-13 06:06:27 +10:00
* [Using the filesystem](fs.md)
* [Assembling z80 source from the shell](zasm.md)
2019-12-03 05:51:36 +11:00
## 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)