diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-12-17 09:36:31 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-12-17 09:36:31 +0000 |
| commit | 3d488e53a1d15fcc01a7b1d23b9585ca7a724864 (patch) | |
| tree | e3e410f399c3eead444f2a242a19448571fd979a /arch/x86_64/src/kernel | |
| parent | 568d0fd25f4ab12b183e230210d68252031bfa18 (diff) | |
| download | teachos-3d488e53a1d15fcc01a7b1d23b9585ca7a724864.tar.xz teachos-3d488e53a1d15fcc01a7b1d23b9585ca7a724864.zip | |
Fix typo
Diffstat (limited to 'arch/x86_64/src/kernel')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp index a8cdc3a..681f960 100644 --- a/arch/x86_64/src/kernel/main.cpp +++ b/arch/x86_64/src/kernel/main.cpp @@ -37,7 +37,7 @@ namespace teachos::arch::kernel auto test8 = memory::multiboot::read_multiboot2(); if (test6 && test7 && test8.kernel_end) { - video::vga::text::write("Heap test successfull", video::vga::text::common_attributes::green_on_black); + video::vga::text::write("Heap test successful", video::vga::text::common_attributes::green_on_black); } test2->kernel_end = 2000; test2->kernel_start = 1000; |
