Restructure headings

This commit is contained in:
Philipp Oppermann
2020-01-29 14:26:04 +01:00
parent a90e673e87
commit 4d21a7fc33

View File

@@ -82,15 +82,15 @@ It is common to expose the concept of threads to userspace programs, thereby giv
[Ruby]: https://docs.ruby-lang.org/en/master/Thread.html
[`std::thread`]: https://doc.rust-lang.org/std/thread/index.html
## Thread Creation
## Implementation
### Stack Allocation
## Switching Stacks
### Switching Stacks
## Saving Registers
### Saving Registers
## Scheduler
### Scheduler
## Summary
TODO