diff --git a/blog/content/second-edition/posts/12-threads/index.md b/blog/content/second-edition/posts/12-threads/index.md index afee4ef2..858e4b76 100644 --- a/blog/content/second-edition/posts/12-threads/index.md +++ b/blog/content/second-edition/posts/12-threads/index.md @@ -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