Hacker News new | ask | show | jobs
Pluto – An x86 (Ring 0, Protected Mode) kernel written in Zig (github.com)
3 points by peter_d_sherman 16 days ago
2 comments

I like the following x86 assembly real-mode to protected-mode bootloader a lot:

(Taking a quick glance, it seems to be very well written and robust -- at least as far as "old-skool" (should run on ancient PC's back to 386's!) FAT, non-UEFI, x86 assembly bootloaders go...)

https://github.com/ZystemOS/pluto/tree/develop/src/bootloade...

Last commit was 3 years ago. Would be cool to see this updated to the latest zig! There have been a lot of advancements since then.