Hello, this is a very nice project, thanks for your sharing. I tried this project, the demonstration hello_world.exe can be run successfully. But for other binary, it will report errors like :
thread 'main' panicked at alvm/src/kernal.rs:375:50:
not implemented: openat
see from the error hint and roughly read the code, it seems that many posix function call still marked as not implemented. I know little about ruby, so is there any further plan to support them ? I'm looking for some project that can run linux binary on macos, and I also tried linux-noah which is archived and no longer developed. I finally found your project, which is quite promising. So I want to know if any plan to make the project more usable on macos. Many thanks
Hello, this is a very nice project, thanks for your sharing. I tried this project, the demonstration hello_world.exe can be run successfully. But for other binary, it will report errors like :
see from the error hint and roughly read the code, it seems that many posix function call still marked as not implemented. I know little about ruby, so is there any further plan to support them ? I'm looking for some project that can run linux binary on macos, and I also tried linux-noah which is archived and no longer developed. I finally found your project, which is quite promising. So I want to know if any plan to make the project more usable on macos. Many thanks