diff --git a/_posts/2015-10-23-printing-to-screen.md b/_posts/2015-10-23-printing-to-screen.md index 22e7d796..d58e4d9d 100644 --- a/_posts/2015-10-23-printing-to-screen.md +++ b/_posts/2015-10-23-printing-to-screen.md @@ -17,7 +17,7 @@ This post uses recent unstable features, so you need an up-to-date nighly compil [code repository]: https://github.com/phil-opp/blog_os/tree/printing_to_screen/src ## The VGA Text Buffer -The text buffer starts at physical address `0xb8000` and contains the characters displayed on screen. It has 80 rows and 25 columns. Each screen character has the following format: +The text buffer starts at physical address `0xb8000` and contains the characters displayed on screen. It has 25 rows and 80 columns. Each screen character has the following format: Bit(s) | Value ------ | ----------------