From 514bad2cbd9a2342c301a292330173fd9b494eaf Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 1 Nov 2015 06:45:06 +0100 Subject: [PATCH] Fix row/column number --- _posts/2015-10-23-printing-to-screen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------ | ----------------