permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit c9dbed245de01cdceb13cd895fafe53195e31307
parent f5a25785a8cbb19f58eb7d2663a64406f94e8f97
Author: viznut_web <viznut_web@web>
Date:   Thu,  2 Jun 2022 13:15:50 +0200


Diffstat:
ACollapse_OS.mdwn | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/Collapse_OS.mdwn b/Collapse_OS.mdwn @@ -0,0 +1,13 @@ +**Collapse OS** is a [[Forth]]-based [[operating system]] and a collection of tools and documentation with a single purpose: preserve the ability to program microcontrollers through civilizational [[collapse|Collapse computing]]. It is designed to: + +* Run on minimal and improvised machines. +* Interface through improvised means (serial, keyboard, display). +* Edit text and binary contents. +* Compile assembler source for a wide range of MCUs and CPUs. +* Read and write from a wide range of storage devices. +* Assemble itself and deploy to another machine. + +See also: +* [The official website of Collapse OS](http://collapseos.org/) +* [[Collapse computing]] +* [[Civboot]]