added a documentation index

This commit is contained in:
Izaya 2017-09-06 18:52:57 +10:00
parent 7e98001172
commit 0d6c5f6d56
1 changed files with 25 additions and 0 deletions

25
docs/index.md Normal file
View File

@ -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)