Convert some links to drafts

main
~erin 2023-04-17 17:42:28 -04:00
parent 831ecad40c
commit 5c278fc915
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
4 changed files with 9 additions and 10 deletions

View File

@ -8,15 +8,14 @@
- [Security Features](development/design/security.md)
- [Microkernel](development/design/kernel.md)
- [GUI](development/design/gui.md)
- [Filesystem](development/filesystem.md)
- [Filesystem](development/design/filesystem.md)
- [Configuring a Build Environment](development/environment.md)
- [Development Workflow](development/workflow.md)
- [Running Tests](development/tests.md)
- [Using the OS](user/README.md)
- [Running in a Virtual Machine](user/virtual-machine.md)
- [Running on Baremetal](user/baremetal.md)
- [General Use](user/use/README.md)
- [Working in the Shell](user/use/shell.md)
- [Navigating the GUI](user/use/gui.md)
- [Configuring the System](user/use/config.md)
- [Working with Actors](user/use/actors.md)
- [Running in a Virtual Machine]()
- [Running on Baremetal]()
- [General Use]()
- [Working in the Shell]()
- [Navigating the GUI]()
- [Configuring the System]()
- [Working with Actors]()

View File

@ -1 +0,0 @@
# Running Tests

View File

@ -1 +1,2 @@
# Using the OS
Once we actually have a working `kernel`, information on running it will be added here!