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/kapi/cio.cpp | |
| 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/kapi/cio.cpp')
| -rw-r--r-- | arch/x86_64/src/kapi/cio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/kapi/cio.cpp b/arch/x86_64/src/kapi/cio.cpp index ac3ae39..eb0142a 100644 --- a/arch/x86_64/src/kapi/cio.cpp +++ b/arch/x86_64/src/kapi/cio.cpp @@ -5,7 +5,7 @@ namespace teachos::cio { - auto static constinit vga_device = std::optional<x86_64::vga::text::device>{}; + auto static constinit vga_device = std::optional<vga::x86_64::text::device>{}; auto init() -> void { |
