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

@@ -19,6 +19,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-03
<!-- toc -->
## The VGA Text Buffer
To print a character to the screen in VGA text mode, one has to write it to the text buffer of the VGA hardware. The VGA text buffer is a two-dimensional array with typically 25 rows and 80 columns, which is directly rendered to the screen. Each array entry describes a single screen character through the following format: