mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
More tasking stub
This commit is contained in:
3
kernel.h
3
kernel.h
@ -9,6 +9,7 @@
|
||||
#include <symbols.hpp>
|
||||
#include <kconfig.hpp>
|
||||
#include <power.hpp>
|
||||
#include <task.hpp>
|
||||
#include <pci.hpp>
|
||||
#endif
|
||||
|
||||
@ -19,9 +20,11 @@ extern SymbolResolver::Symbols *KernelSymbolTable;
|
||||
extern Power::Power *PowerManager;
|
||||
extern PCI::PCI *PCIManager;
|
||||
extern KernelConfig Config;
|
||||
extern Tasking::Task *TaskManager;
|
||||
#endif
|
||||
|
||||
EXTERNC void KPrint(const char *format, ...);
|
||||
EXTERNC void Entry(struct BootInfo *Info);
|
||||
EXTERNC void KernelMainThread();
|
||||
|
||||
#endif // !__FENNIX_KERNEL_KERNEL_H__
|
||||
|
Reference in New Issue
Block a user