Convert some links to drafts
This commit is contained in:
parent
831ecad40c
commit
5c278fc915
4 changed files with 9 additions and 10 deletions
src
|
@ -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]()
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
# Running Tests
|
|
@ -1 +1,2 @@
|
|||
# Using the OS
|
||||
Once we actually have a working `kernel`, information on running it will be added here!
|
||||
|
|
Loading…
Reference in a new issue