fixed really all bugs, for real

This commit is contained in:
Simon
2025-06-03 15:05:55 +02:00
parent 0a150eb84b
commit 7c1f380184
6 changed files with 21 additions and 19 deletions

View File

@@ -39,15 +39,16 @@ void Application::action() { // NOLINT
{
Guarded g = Guard::enter();
//g.vault();
while(text[cnt++] != '\n'){
DBG << cnt;
}
g.vault().kout.setPos((unsigned)0,(unsigned)Core::getID()*2+1);
g.vault().kout << cnt++ << flush;
//g.vault().kout << endl << flush;
//Guard::leave();
//koutlock.unlock();
}
Core::pause();
activeWaitDelay(100000000);
//activeWaitDelay(1000000000);
if(cnt >= sizeof(text)-1)
cnt=0;