Doraneko

Results 2 issues of Doraneko

The code in Chapter 5 is currently not executable, so I have created this PR to fix that. Old code: ```rs fn main() { let mut foo = 42; let...

I need to integrate custom Debian installer images (vmlinuz, initrd.gz) that use a newer kernel into my repository. I've built them from this repo https://salsa.debian.org/installer-team/debian-installer I tried replacing installer images...