This is an attempt to implement an OS similar to RedactedOS in Zig
zig buildBuilds a kernel.elf and kernel.bin file at zig-out/bin
zig build qemuNOTE: The qemu escape character is remapped from ctrl + a to ctrl + g
Builds the kernel.bin and then runs it with qemu