Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

5 anos atrás
4 anos atrás
5 anos atrás
5 anos atrás
4 anos atrás
5 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
5 anos atrás
4 anos atrás
5 anos atrás
4 anos atrás
5 anos atrás
5 anos atrás
5 anos atrás
4 anos atrás
4 anos atrás
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Collapse OS
  2. *Bootstrap post-collapse technology*
  3. Collapse OS is a Forth operating system and a collection of tools and
  4. documentation with a single purpose: preserve the ability to program micro-
  5. controllers through civilizational collapse.
  6. It it designed to:
  7. 1. Run on minimal and improvised machines.
  8. 2. Interface through improvised means (serial, keyboard, display).
  9. 3. Edit text files.
  10. 4. Compile assembler source files for a wide range of MCUs and CPUs.
  11. 5. Read and write from a wide range of storage devices.
  12. 6. Assemble itself and deploy to another machine.
  13. Additionally, the goal of this project is to be as self-contained as possible.
  14. With a copy of this project, a capable and creative person should be able to
  15. manage to build and install Collapse OS without external resources (i.e.
  16. internet) on a machine of her design, built from scavenged parts with low-tech
  17. tools.
  18. ## Getting started
  19. Usage documentation is in-system, so access to documentation requires you to
  20. run Collapse OS. Fortunately, doing so in an emulator is easy.
  21. See `/emul/README.md` for getting an emulated system running.
  22. Then, run `0 LIST` for an introduction, follow instructions from there.
  23. ## Organisation of this repository
  24. * `blk`: Collapse OS filesystem's content. That's actually where Collapse OS'
  25. source code is located. Everything else is peripheral.
  26. * `recipes`: collection of recipes that assemble Collapse OS on a specific
  27. machine.
  28. * `tools`: Tools for working with Collapse OS from "modern" environments. For
  29. example, tools for facilitating data upload to a Collapse OS machine
  30. through a serial port.
  31. * `emul`: Tools for running Collapse OS in an emulated environment.
  32. * `tests`: Automated test suite for the whole project.
  33. ## Status
  34. The project unfinished but is progressing well! See [Collapse OS' website][web]
  35. for more information.
  36. ## Looking for the assembler version?
  37. The Forth-based Collapse OS is the second incarnation of the concept. The first
  38. one was entirely written in z80 assembly. If you're interested in that
  39. incarnation, checkout the `z80asm` branch.
  40. ## Discussion
  41. For a general discussion of Collapse OS and the ecosystem of technologies and
  42. ideas that may develop around it refer to [r/collapseos][discussion]
  43. I also stick around on IRC (#collapseos on freenode).
  44. [web]: https://collapseos.org
  45. [discussion]: https://www.reddit.com/r/collapseos