logoalt Hacker News

freestandingtoday at 5:46 PM1 replyview on HN

thats why OpenBSD is unconvinient for development - because it binds to libc bloatware


Replies

razighter777today at 7:02 PM

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.