Files
asterinas/docs/src/SUMMARY.md
Tate, Hongliang Tian 29f3005e1c Fix the links in the book
2024-01-26 12:12:17 +08:00

49 lines
1.2 KiB
Markdown

# Summary
[Introduction](README.md)
# Asterinas Kernel
* [Getting Started](kernel/README.md)
* [Advanced Build and Test Instructions](kernel/advanced-instructions.md)
* [The Framekernel Architecture](kernel/the-framekernel-architecture.md)
* [Linux Compatibility](kernel/linux-compatibility.md)
* [Roadmap](kernel/roadmap.md)
# Asterinas Framework
* [An Overview of the Framework]()
* [Example: Writing a Kenrel in 100 Lines of Safe Rust](framework/an-100-line-example.md)
# Asterinas OSDK
* [OSDK User Guide]()
* [Why OSDK]()
* [Creating an OS Project]()
* [Testing or Running an OS Project]()
* [Working in a Workspace]()
* [OSDK User Reference]()
* [Commands]()
* [cargo osdk new]()
* [cargo osdk build]()
* [cargo osdk run]()
* [cargo osdk test]()
* [Manifest]()
# How to Contribute
* [Before You Contribute]()
* [Code Organization]()
* [Style Guidelines]()
* [General Guidelines]()
* [Rust Guidelines]()
* [Git Guidelines]()
* [Community]()
* [Code of Conduct]()
# Request for Comments (RFC)
* [RFC Overview]()
* [RFC-0001: RFC Process]()
* [RFC-0002: Operating System Development Kit (OSDK)]()