mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +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 Compiled at: %s %s with C++ Standard: %d\n", __DATE__, __TIME__, CPP_LANGUAGE_STANDARD);
|
||||
KPrint("C++ Language Version (__cplusplus) :%ld\n", __cplusplus);
|
||||
KPrint("Kernel Compiled at: %s %s with C++ Standard: %d", __DATE__, __TIME__, CPP_LANGUAGE_STANDARD);
|
||||
KPrint("C++ Language Version (__cplusplus) :%ld", __cplusplus);
|
||||
|
||||
// asm("int $0x1");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user