Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 617B

5 years ago
5 years ago
5 years ago
12345678910111213141516171819202122
  1. # Collapse OS documentation
  2. ## Assembly guide
  3. * [Writing the glue code](glue-code.md)
  4. * [Running Collapse OS on an emulator](emulate.md)
  5. ## User guide
  6. * [The shell](../apps/basic/README.md)
  7. * [Load code in RAM and run it](load-run-code.md)
  8. * [Using block devices](blockdev.md)
  9. * [Using the filesystem](fs.md)
  10. * [Assembling z80 source from the shell](zasm.md)
  11. ## Hardware
  12. Some consolidated documentation about various hardware supported by Collapse OS.
  13. Most of that information can already be found elsewhere, but the goal is to have
  14. the most vital documentation in one single place.
  15. * [TI-83+/TI-84+](ti8x.md)