mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
quick fix
This commit is contained in:
BIN
boredos.iso
BIN
boredos.iso
Binary file not shown.
@@ -300,9 +300,7 @@ char* getcwd(char *buf, int size) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void sleep(int ms) {
|
void sleep(int ms) {
|
||||||
// We don't have a sleep syscall yet, so we'll just busy wait for now or skip
|
|
||||||
// Actually, BoredOS doesn't seem to have a sleep syscall.
|
|
||||||
// I'll add one if needed, but for now I'll just skip.
|
|
||||||
(void)ms;
|
(void)ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user