feat: ext2 filesystem, installer updates, add update feature, and more
This commit is contained in:
@@ -23,6 +23,8 @@ namespace Montauk {
|
||||
return;
|
||||
}
|
||||
}
|
||||
// Don't draw over the framebuffer once the GUI is active
|
||||
if (Kt::g_suppressKernelLog) return;
|
||||
Kt::Print(text);
|
||||
}
|
||||
|
||||
@@ -35,6 +37,8 @@ namespace Montauk {
|
||||
return;
|
||||
}
|
||||
}
|
||||
// Don't draw over the framebuffer once the GUI is active
|
||||
if (Kt::g_suppressKernelLog) return;
|
||||
Kt::Putchar(c);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user