mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
quick fix
This commit is contained in:
parent
d49d082712
commit
e5cfab37dc
2 changed files with 1 additions and 3 deletions
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue