Comment on Boxedwine is an emulator that can run Windows applications in the browserparentComments−remix20005yDoesn’t BoxedWine emulate Linux kernel then?−danoon5yYeah, I implement a good amount of the kernel syscalls that Wine needs. It was easier for me to implement the 200-300 Kernel calls, like open file, etc, than implement the entire Windows API, which is why I used Wine for this project.
Comments
Doesn’t BoxedWine emulate Linux kernel then?
Yeah, I implement a good amount of the kernel syscalls that Wine needs. It was easier for me to implement the 200-300 Kernel calls, like open file, etc, than implement the entire Windows API, which is why I used Wine for this project.