Update main.cpp with new functionality
This commit is contained in:
parent
a1659aa127
commit
99192204fe
@ -15,6 +15,7 @@
|
|||||||
#include "memory/KernelHeap.h"
|
#include "memory/KernelHeap.h"
|
||||||
#include "memory/Memory.h"
|
#include "memory/Memory.h"
|
||||||
#include "panic/hang.h"
|
#include "panic/hang.h"
|
||||||
|
#include "power/reboot.h"
|
||||||
#include "render/BBRenderer.h"
|
#include "render/BBRenderer.h"
|
||||||
#include "render/Draw.h"
|
#include "render/Draw.h"
|
||||||
#include "render/TextRenderer.h"
|
#include "render/TextRenderer.h"
|
||||||
@ -129,6 +130,9 @@ extern "C" void _start()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sleep(2500);
|
||||||
|
reboot();
|
||||||
|
|
||||||
while (1) halt();
|
while (1) halt();
|
||||||
loop:
|
loop:
|
||||||
goto loop;
|
goto loop;
|
||||||
|
Loading…
Reference in New Issue
Block a user