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