| ▲ | freestanding 2 hours ago | |
thats why OpenBSD is unconvinient for development - because it binds to libc bloatware | ||
| ▲ | razighter777 29 minutes ago | parent [-] | |
yep and and it forces every application to deal with the C FFI. It's beautiful in linux that I can access the full kernel API from an int 0x80/syscall instruction + a few register loads without having to link against crap. I can write a simple cat utility in a dozen or so lines of assembly. | ||