Hacker News new | ask | show | jobs
by remix2000 1888 days ago
Doesn’t BoxedWine emulate Linux kernel then?
1 comments

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.