diff --git a/src/SConscript b/src/SConscript index c57a27d..e6f9c09 100644 --- a/src/SConscript +++ b/src/SConscript @@ -11,7 +11,6 @@ files = [ 'boot.s', 'Main.cc', 'Console.cc', - 'ConsolePrintFormat.cc', 'Descriptors.cc', 'Interrupts.cc', 'Kernel.cc', @@ -22,6 +21,7 @@ files = [ 'kstd/CString.cc', 'kstd/Memory.cc', + 'kstd/PrintFormat.cc', 'memory/Memory.cc', ]