Update files

This commit is contained in:
Alex
2022-10-26 21:55:31 +03:00
parent f82aa2c444
commit 581638c256
9 changed files with 202 additions and 86 deletions

View File

@ -10,6 +10,7 @@
#include <kconfig.hpp>
#include <power.hpp>
#include <task.hpp>
#include <time.hpp>
#include <pci.hpp>
#endif
@ -21,6 +22,7 @@ extern Power::Power *PowerManager;
extern PCI::PCI *PCIManager;
extern KernelConfig Config;
extern Tasking::Task *TaskManager;
extern Time::time *TimeManager;
#endif
EXTERNC void KPrint(const char *format, ...);