diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-10-29 11:09:42 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-10-29 11:09:42 +0100 |
| commit | 6434de8ff75a9143847ef529bc209790ac4909b3 (patch) | |
| tree | a66902303f99f10897cb04e294c55fabf814c49f /arch/x86_64/src/vga | |
| parent | acabbacdee68ad80e829bda56ae5363d04646d2d (diff) | |
| download | teachos-6434de8ff75a9143847ef529bc209790ac4909b3.tar.xz teachos-6434de8ff75a9143847ef529bc209790ac4909b3.zip | |
kapi: move frame and address to KAPI
Diffstat (limited to 'arch/x86_64/src/vga')
| -rw-r--r-- | arch/x86_64/src/vga/text.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/x86_64/src/vga/text.cpp b/arch/x86_64/src/vga/text.cpp index af089fd..8f78ea9 100644 --- a/arch/x86_64/src/vga/text.cpp +++ b/arch/x86_64/src/vga/text.cpp @@ -9,8 +9,10 @@ #include <string_view> #include <utility> -namespace teachos::x86_64::vga::text +namespace teachos::vga::x86_64::text { + using boot::x86_64::vga_buffer_pointer; + namespace { auto constinit buffer_offset = std::ptrdiff_t{}; @@ -67,4 +69,4 @@ namespace teachos::x86_64::vga::text newline(); } -} // namespace teachos::x86_64::vga::text +} // namespace teachos::vga::x86_64::text |
