for (vga, chr) in iter::zip(
(0xb8000..0xb8fa0).into_iter().step_by(2),
[0x4c, 0x69, 0x6e, 0x75, 0x73, 0x13] // CP473
) {
unsafe { (vga as *mut u8).write_volatile(chr); }
}
- 👋 Hi, I'm Linus
- 🎓 Computer Science Master Student
- 👨💻 Programming in Rust, Python, C++, C, JS/TS, Go, Kotlin, WebAssembly
♥️ Love human-readable data formats (txt, md, csv) that are still readable in 50 years and don't depend on specific software support