book/src/SUMMARY.md

34 lines
993 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)
2023-04-20 22:08:37 +00:00
- [Actor System](development/design/actor.md)
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)
2023-04-19 20:04:20 +00:00
- [GUI](development/design/gui.md)
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 12:45:24 +00:00
- [Debugging](debugging/README.md)
- [GDB]()
- [Logging]()
2023-04-20 18:38:24 +00:00
- [Automated Tests]()
2023-04-18 12:45:24 +00:00
- [Performance Profiling]()
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]()