Add an inline table of contents to all posts

This commit is contained in:
Philipp Oppermann
2019-03-19 13:01:25 +01:00
parent 6055a2e342
commit 48d96243ea
10 changed files with 20 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ This blog is openly developed on [GitHub]. If you have any problems or questions
[at the bottom]: #comments
[post branch]: https://github.com/phil-opp/blog_os/tree/post-06
<!-- toc -->
## Overview
An exception signals that something is wrong with the current instruction. For example, the CPU issues an exception if the current instruction tries to divide by 0. When an exception occurs, the CPU interrupts its current work and immediately calls a specific exception handler function, depending on the exception type.