Hacker News new | ask | show | jobs
by sai_c 1362 days ago
From the front page:

"Your program will also boot on bare metal too. In other words, you've written a normal textbook C program, and thanks to Cosmopolitan's low-level linker magic, you've effectively created your own operating system which happens to run on all the existing ones as well."

1 comments

Does it have basic networking support (via Ethernet)? That should make for a cool way to build unikernels.
Looking at the table, it looks as if networking is not yet supported on Metal (socket, bind, connect, accept, etc.)