mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Replace busy-wait cli_delay with time-based cli_sleep in remaining files
This commit is contained in:
@@ -9,6 +9,6 @@ void cli_cmd_readtheman(char *args) {
|
||||
cli_write("Fuck you.\n");
|
||||
for(int i=0; i<3; i++) {
|
||||
cli_cmd_beep(NULL);
|
||||
cli_delay(1000000);
|
||||
cli_sleep(10);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user