tb Spin efficiently with new schedrelease() syscall
This commit is contained in:
@ -124,6 +124,8 @@ void do_mode_interactive(void) {
|
||||
uprintf(ANSIQ_SCR_CLR_ALL);
|
||||
goto begin;
|
||||
break;
|
||||
} else {
|
||||
schedrelease();
|
||||
}
|
||||
|
||||
if (b == '\n') {
|
||||
|
Reference in New Issue
Block a user