mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +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) {
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user