mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Fixed printing in test code
This commit is contained in:
parent
d9973a01b5
commit
4912f9184f
@ -13,6 +13,10 @@ void KernelMainThread()
|
||||
int itrupd = 0;
|
||||
int BoxSize = 64;
|
||||
|
||||
uint32_t x, y;
|
||||
|
||||
Display->GetBufferCursor(0, &x, &y);
|
||||
|
||||
while (1)
|
||||
{
|
||||
Color++;
|
||||
@ -41,6 +45,7 @@ void KernelMainThread()
|
||||
break;
|
||||
}
|
||||
|
||||
Display->SetBufferCursor(0, x, y);
|
||||
KPrint("\e22AA11Color test finished.");
|
||||
|
||||
while (1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user