permacomputing

permacomputing.net wiki source files
git clone https://git.bleu255.com/repos/permacomputing.git
Log | Files | Refs

commit ee012926ace8bbcb66c015adce63168560306df2
parent e27828bb5288bbf540f33110a2c15283b4f2da90
Author: aw <aw@web>
Date:   Wed Dec 28 23:23:42 +0100

create page
Diffstat:
Dusk_OS.mdwn | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Dusk_OS.mdwn b/Dusk_OS.mdwn
@@ -0,0 +1,3 @@
+Dusk OS is a 32-bit [[Forth]] operating system similar to [[Collapse OS]], but more ambitious in its targets and capabilities. Dusk OS is designed to operate on modern, reclaimed machinery in situations where the production of new computers is disrupted. It prioritizes extreme simplicity, currently only about 10,000 lines of code. It is designed to port existing software written in [[C]], using its own DuskCC C compiler.
+
+Dusk OS is currently a work in progress, but is under active development.