From 0d6c5f6d568cd0eefdee931120e3fd949e30c21a Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Wed, 6 Sep 2017 18:52:57 +1000 Subject: [PATCH] added a documentation index --- docs/index.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..0a69222 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,25 @@ +## PsychOS + +PsychOS is a single-user cooperative multitasking operating system for OpenComputers. + +### System requirements: + +- T1 processor +- 150k RAM +- 40k storage (filesystem and tape supported) + +### Features + +- Cooperative multitasking +- Copper (inter-)networking +- Comfortable APIs +- Remote login support +- Network booting support + +... and probably lots more that aren't included in this list. + +### Documentation + +- User guide (WIP) +- [Building PsychOS](building.html) +- [API documentation](api.html)