mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Show codepage 437 instead of 737 in Minimal Rust Kernel
This commit is contained in:
@@ -299,7 +299,7 @@ The easiest way to print text to the screen at this stage is the [VGA text buffe
|
||||
|
||||
[VGA text buffer]: https://en.wikipedia.org/wiki/VGA-compatible_text_mode
|
||||
|
||||

|
||||

|
||||
|
||||
We will discuss the exact layout of the VGA buffer in the next post, where we write a first small driver for it. For printing “Hello World!”, we just need to know that the buffer is located at address `0xb8000` and that each character cell consists of an ASCII byte and a color byte.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user