mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 13:08:06 +11:00
1710c865dc
ref #80
23 lines
617 B
Markdown
23 lines
617 B
Markdown
# Collapse OS documentation
|
|
|
|
## Assembly guide
|
|
|
|
* [Writing the glue code](glue-code.md)
|
|
* [Running Collapse OS on an emulator](emulate.md)
|
|
|
|
## 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)
|
|
|
|
## 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)
|