diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-12 11:00:08 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-12 11:00:08 +0000 |
| commit | 266c01528fdc994e4e326de37f99d67f9a0eb3a6 (patch) | |
| tree | 08976fae057c2aabeb9e27e7eda32f38617cd390 /arch/x86_64 | |
| parent | d10bc808b29b0b647cbbb6c92d253fbb8c5cf431 (diff) | |
| download | teachos-266c01528fdc994e4e326de37f99d67f9a0eb3a6.tar.xz teachos-266c01528fdc994e4e326de37f99d67f9a0eb3a6.zip | |
Remove duplicate method
Diffstat (limited to 'arch/x86_64')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp index 92d277d..60fa145 100644 --- a/arch/x86_64/src/kernel/main.cpp +++ b/arch/x86_64/src/kernel/main.cpp @@ -40,7 +40,6 @@ namespace teachos::arch::kernel } } video::vga::text::write("Kernel remapping successfull", video::vga::text::common_attributes::green_on_black); - video::vga::text::write("Kernel remapping successfull", video::vga::text::common_attributes::green_on_black); // TODO: Map heap virtual pages with active table |
