diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-09-30 11:32:56 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-09-30 11:32:56 +0000 |
| commit | 20a5e5377c0f8e0769d67a7928891597bc463e3d (patch) | |
| tree | ae8bdcd1b5ce516f7262f211e9b1f5241695c216 /arch/x86_64/src/video/vga | |
| parent | d2e1c8ba686d7d4ab32eda91c2f532676e9b8acf (diff) | |
| download | teachos-20a5e5377c0f8e0769d67a7928891597bc463e3d.tar.xz teachos-20a5e5377c0f8e0769d67a7928891597bc463e3d.zip | |
Attempt to print memory map
Diffstat (limited to 'arch/x86_64/src/video/vga')
| -rw-r--r-- | arch/x86_64/src/video/vga/text.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/video/vga/text.cpp b/arch/x86_64/src/video/vga/text.cpp index bf60410..a613c3b 100644 --- a/arch/x86_64/src/video/vga/text.cpp +++ b/arch/x86_64/src/video/vga/text.cpp @@ -10,7 +10,6 @@ namespace teachos::arch::video::vga::text { - namespace { auto constexpr default_text_buffer_address = 0xb8000; |
