mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-06-19 03:53:09 +00:00
Replace busy-wait with time-based sleep in sweden.c
This commit is contained in:
@@ -19,6 +19,7 @@ void cli_putchar(char c);
|
||||
|
||||
// Timing utility
|
||||
void cli_delay(int iterations);
|
||||
void cli_sleep(int ms);
|
||||
|
||||
// CLI Command declarations
|
||||
void cli_cmd_shutdown(char *args);
|
||||
|
||||
Reference in New Issue
Block a user