mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:38:10 +00:00
These changes were lying around uncommitted in the old repo.
I'm just gonna commit them without too much thinking and then take it from there.
This commit is contained in:
parent
87d41bdca4
commit
72bb80a9ae
8 changed files with 94 additions and 81 deletions
|
@ -102,7 +102,7 @@ DWORD handle(DWORD function, DWORD arg1, DWORD arg2, DWORD arg3)
|
|||
kprintf( "%c", arg1 & 0xFF );
|
||||
break;
|
||||
case Syscall::Sleep:
|
||||
kprintf("syscall: sleep(%d)\n", arg1);
|
||||
//kprintf("syscall: sleep(%d)\n", arg1);
|
||||
current->sys$sleep(arg1);
|
||||
break;
|
||||
case Syscall::PosixOpen:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue