mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Added better kernel arguments reading
This commit is contained in:
2
kernel.h
2
kernel.h
@ -7,6 +7,7 @@
|
||||
#ifdef __cplusplus
|
||||
#include <display.hpp>
|
||||
#include <symbols.hpp>
|
||||
#include <kconfig.hpp>
|
||||
#include <power.hpp>
|
||||
#include <pci.hpp>
|
||||
#endif
|
||||
@ -17,6 +18,7 @@ extern Video::Display *Display;
|
||||
extern SymbolResolver::Symbols *KernelSymbolTable;
|
||||
extern Power::Power *PowerManager;
|
||||
extern PCI::PCI *PCIManager;
|
||||
extern KernelConfig Config;
|
||||
#endif
|
||||
|
||||
EXTERNC void KPrint(const char *format, ...);
|
||||
|
Reference in New Issue
Block a user