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 1.6KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Collapse OS
  2. *Bootstrap post-collapse technology*
  3. Collapse OS is a z80 kernel and a collection of programs, tools and
  4. documentation that allows you to assemble an OS that, when completed, will be
  5. able to:
  6. 1. Run on minimal and improvised machines.
  7. 2. Interface through improvised means (serial, keyboard, display).
  8. 3. Edit text files.
  9. 4. Compile assembler source files for a wide range of MCUs and CPUs.
  10. 5. Read and write from a wide range of storage devices.
  11. 6. Replicate itself.
  12. Additionally, the goal of this project is to be as self-contained as possible.
  13. With a copy of this project, a capable and creative person should be able to
  14. manage to build and install Collapse OS without external resources (i.e.
  15. internet) on a machine of her design, built from scavenged parts with low-tech
  16. tools.
  17. ## Organisation of this repository
  18. * `kernel`: Pieces of code to be assembled by the user into a kernel.
  19. * `apps`: Pieces of code to be assembled into "userspace" application.
  20. * `recipes`: collection of recipes that assemble parts together on a specific
  21. machine.
  22. * `doc`: User guide for when you've successfully installed Collapse OS.
  23. * `tools`: Tools for working with Collapse OS from "modern" environments. Mostly
  24. development tools, but also contains emulated zasm, which is
  25. necessary to build Collapse OS from a non-Collapse OS machine.
  26. Each folder has a README with more details.
  27. ## Status
  28. The project unfinished but is progressing well! See [Collapse OS' website][web]
  29. for more information.
  30. [libz80]: https://github.com/ggambetta/libz80
  31. [web]: https://collapseos.org