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

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
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. ## See it in action
  18. Michael Schierl has put together [a set of emulators running in the browser that
  19. run Collapse OS in different contexts][jsemul].
  20. Using those while following along with the [User Guide](doc/) is your quickest
  21. path to giving Collapse OS a try.
  22. ## Organisation of this repository
  23. * `kernel`: Pieces of code to be assembled by the user into a kernel.
  24. * `apps`: Pieces of code to be assembled into "userspace" application.
  25. * `recipes`: collection of recipes that assemble parts together on a specific
  26. machine.
  27. * `doc`: User guide for when you've successfully installed Collapse OS.
  28. * `tools`: Tools for working with Collapse OS from "modern" environments. Mostly
  29. development tools, but also contains emulated zasm, which is
  30. necessary to build Collapse OS from a non-Collapse OS machine.
  31. Each folder has a README with more details.
  32. ## Status
  33. The project unfinished but is progressing well! See [Collapse OS' website][web]
  34. for more information.
  35. ## Discussion
  36. For a general discussion of Collapse OS and the ecosystem of technologies and ideas that may develop around it refer to [r/collapseos][discussion]
  37. A more traditional [mailing list][listserv] and IRC (#collapseos on freenode) channels are also maintained.
  38. [libz80]: https://github.com/ggambetta/libz80
  39. [web]: https://collapseos.org
  40. [jsemul]: https://schierlm.github.io/CollapseOS-Web-Emulator/
  41. [discussion]: https://www.reddit.com/r/collapseos
  42. [listserv]: http://lists.sonic.net/mailman/listinfo/collapseos