box64 icon indicating copy to clipboard operation
box64 copied to clipboard

Support `sys_getpgrp` & `sys_getgpid`

Open Coekjan opened this issue 1 year ago • 1 comments

These days I have some x64 applications relying on sys_getpgrp & sys_getgpid, but current x64Syscall() does not implement them.

I am not sure if they should be wrapped or emulated, but if I just wrapped them, my applications seemed working.

Coekjan avatar Jul 04 '24 13:07 Coekjan

As a quick rule of thumb, if your program doesn't crash, you've probably implemented enough things correctly. Please do a PR (and if what you've done is not good enough, someone will tell you).

Also, this doesn't look like an issue, just a statement. What is/are the question(s)? (There is none in your comment above.)

rajdakin avatar Jul 04 '24 14:07 rajdakin