Allocator improvements, kernel C++ platform, streaming
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
void Panic(const char *meditationString, System::Registers registers) {
|
||||
kerr << "=========== Kernel panic ===========" << Kt::newline;
|
||||
kerr << meditationString << Kt::newline;
|
||||
|
||||
|
||||
while (true) {
|
||||
#if defined (__x86_64__)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include <System/Registers.hpp>
|
||||
#include <KernelTerminal/terminal.hpp>
|
||||
#include <Terminal/terminal.hpp>
|
||||
|
||||
void Panic(const char *meditationString, System::Registers registers);
|
||||
Reference in New Issue
Block a user