mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-08 05:49:17 +00:00
Removed unused code
This commit is contained in:
@ -20,14 +20,9 @@ PCI::PCI *PCIManager = nullptr;
|
||||
|
||||
Time BootClock;
|
||||
|
||||
// For the Display class. Printing on first buffer.
|
||||
// For the Display class. Printing on first buffer as default.
|
||||
extern "C" void putchar(char c) { Display->Print(c, 0); }
|
||||
|
||||
#ifdef __debug_vscode__
|
||||
extern "C" int printf_(const char *format, ...);
|
||||
extern "C" int vprintf_(const char *format, va_list arg);
|
||||
#endif
|
||||
|
||||
EXTERNC void KPrint(const char *Format, ...)
|
||||
{
|
||||
SMARTLOCK(KernelLock);
|
||||
|
Reference in New Issue
Block a user