fp.
newest
Open in hackernews
Show HN: Writing a networking stack for xv6 in Rust
https://alessandroferrari.live/rust-networking-inside-xv6/
1
•
ferryistaken
•
1h ago
After my last blogpost showing how to compile and link Rust code for the x86 xv6 kernel (using C FFI), in this post I show how to code your own networking stack, and then show a working http server using smoltcp.