All we ever needed was 17 syscalls <http://wiki.osdev.org/Porting_Newlib>.
On Mon, Nov 4, 2013 at 9:41 AM, Andreas Krennmair <a...@synflood.at> wrote: > * Alexander Huemer <alexander.hue...@xx.vu> [2013-11-04 15:30]: > >> The only interface to the kernels the suckless.org software runs on is >> in C, the same is true for the standard librar{y,ies}. Software written >> in any other language is an indirection. > > > The system call interfaces on typical suckless operating systems are > language-agnostic. Go's syscall package doesn't wrap any C libraries, so > there's no indirection involved. > > Andreas >