book/src/SUMMARY.md

29 lines
816 B
Markdown
Raw Normal View History

2023-04-17 21:23:10 +00:00
# Summary
[Introduction](README.md)
2023-04-18 03:01:09 +00:00
# Developer Guide
2023-04-17 21:23:10 +00:00
- [Development](development/README.md)
- [Understanding the Design Goals](development/design/README.md)
- [Actor System]()
2023-04-18 11:19:16 +00:00
- [Security Features](development/design/security.md)
2023-04-18 03:01:09 +00:00
- [Microkernel](development/design/kernel.md)
- [GUI]()
2023-04-17 23:51:01 +00:00
- [Filesystem](development/design/filesystem.md)
2023-04-17 21:23:10 +00:00
- [Configuring a Build Environment](development/environment.md)
- [Development Workflow](development/workflow.md)
2023-04-18 03:01:09 +00:00
# User Guide
2023-04-17 21:23:10 +00:00
- [Using the OS](user/README.md)
2023-04-17 21:42:28 +00:00
- [Running in a Virtual Machine]()
- [Running on Baremetal]()
- [General Use]()
- [Working in the Shell]()
- [Navigating the GUI]()
- [Configuring the System]()
- [Working with Actors]()
2023-04-18 03:01:09 +00:00
-----------
[Code of Conduct]()