Replace busy-wait cli_delay with time-based cli_sleep in remaining files

This commit is contained in:
Chris
2026-02-08 14:54:36 +01:00
parent b245dc5f00
commit 9728222d3c
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
void cli_cmd_shutdown(char *args) {
(void)args;
cli_write("Shutting down...\n");
cli_delay(10000000);
cli_sleep(100);
outb(0x64, 0xFE);
outw(0x604, 0x2000);
outw(0xB004, 0x2000);