logoalt Hacker News

pmarrecktoday at 6:10 AM1 replyview on HN

what you’re experiencing is more or less why I am building some stuff in Zig instead of Rust


Replies

simonasktoday at 9:30 AM

Looking at the code, I'm not really sure what part of this would be more verbose in Rust. This kernel does close to nothing, not even page table setup.

Granted, the code writing to the VGA buffer will need to be in `unsafe` blocks, but yeah.