top | item 47057364

(no title)

6r17 | 11 days ago

I'm very surprised it's *that* short - handling one in rust i'm surprised by the very low amount of code to get that up. Thanks or sharing that was a first time reading some Zig for me !

discuss

order

pmarreck|11 days ago

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

simonask|11 days ago

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.