Boot screen & change shutting down/rebooting procedure

This commit is contained in:
Alex
2023-03-25 12:05:33 +02:00
parent cef9d89965
commit 028115a1b0
9 changed files with 322 additions and 53 deletions

View File

@ -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();