-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmkdocs.yml
More file actions
20 lines (20 loc) · 938 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
20 lines (20 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
site_name: Go DAV OS
site_url: https://dmarro89.github.io/go-dav-os/
use_directory_urls: false
theme:
name: material
nav:
- Home: index.md
- Introduction: manual/00-introduction/README.md
- Glossary: manual/00-introduction/glossary.md
- Architecture: manual/01-overview/architecture.md
- Boot & GRUB: manual/02-boot/boot-and-grub.md
- Memory Layout: manual/02-boot/linker-and-initial-memory-layout.md
- Privilege Transition: manual/03-kernel-core/privilege-transition-gdt-tss-rsp0.md
- Syscall Entry And ABI: manual/03-kernel-core/syscall-entry-and-abi.md
- User/Kernel Memory Isolation: manual/03-kernel-core/user-kernel-memory-isolation.md
- Release Checklist: manual/03-kernel-core/release-checklist.md
- v0.5.0 Agentic OS: v0.5.0/agentic_os.md
- v0.5.0 Agent Runtime: v0.5.0/agent_runtime.md
- v0.5.0 LLM Bridge Protocol: v0.5.0/llm_bridge_protocol.md
- v0.5.0 Fake LLM Bridge: v0.5.0/fake_llm_bridge.md