mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Boot screen & change shutting down/rebooting procedure
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
|
||||
#include <types.h>
|
||||
#include <memory.hpp>
|
||||
#include <task.hpp>
|
||||
|
||||
namespace Recovery
|
||||
{
|
||||
@ -10,6 +11,8 @@ namespace Recovery
|
||||
{
|
||||
private:
|
||||
Memory::MemMgr *mem;
|
||||
Tasking::TCB *guiThread;
|
||||
Tasking::TCB *recoveryThread;
|
||||
|
||||
public:
|
||||
void RecoveryThread();
|
||||
|
Reference in New Issue
Block a user