mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +00:00
Removed "\n"
This commit is contained in:
parent
ce7997a6ea
commit
81469f51bd
@ -158,8 +158,8 @@ void KernelMainThread()
|
|||||||
{
|
{
|
||||||
KPrint("Kernel main thread started!");
|
KPrint("Kernel main thread started!");
|
||||||
|
|
||||||
KPrint("Kernel Compiled at: %s %s with C++ Standard: %d\n", __DATE__, __TIME__, CPP_LANGUAGE_STANDARD);
|
KPrint("Kernel Compiled at: %s %s with C++ Standard: %d", __DATE__, __TIME__, CPP_LANGUAGE_STANDARD);
|
||||||
KPrint("C++ Language Version (__cplusplus) :%ld\n", __cplusplus);
|
KPrint("C++ Language Version (__cplusplus) :%ld", __cplusplus);
|
||||||
|
|
||||||
// asm("int $0x1");
|
// asm("int $0x1");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user