mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 16:59:17 +00:00
Removed "\n"
This commit is contained in:
@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user