skx / cpmulator

Golang CP/M emulator for zork, Microsoft BASIC, Turbo Pascal, Wordstar, lighthouse-of-doom, etc
MIT License
98 stars 3 forks source link

Use x/sys/unix rather than syscall. #124

Closed skx closed 2 months ago

skx commented 2 months ago

This makes our code more portable, and avoids the annoyance with Select returning a different number of arguments as per the following golang bug report: