Xiangyan Sun
Xiangyan Sun
While peeking at the code I think it's already using a threaded interpreter, right? Then to achieve good performance you must implement JITs, which I suspect will take years to...
If you use the latest development snapshot, you should have no problem accessing native Windows directories in pseudo directories "/c/", "/d/", etc.
Verified here. Seems to be something related to futex() system call.
This problem is caused by not sending EOF event when close a pipe while another thread is polling it.
You can reach me through gitter: https://gitter.im/wishstudio/flinux
Hello, thanks for your interest in this project. IMO I think the most difficult part is to implement the ptrace() system call. I have no idea how much degree we...
I do not fully understand your situation. flinux creates (emulated) symlink files with a system attribute. This should be done automatically and transparently for user. If after `git clone` it...
Yes currently chroot() system call is not yet implemented.
Currently Linux permissions are no-ops in flinux so they won't work at all.
Thanks for the info. Looks like it's related to #88