A simple OS I wrote using rust (an outdated version) in order to learn
isofiles/boot | ||
src | ||
.gitignore | ||
boot | ||
boot-original.asm | ||
boot.o | ||
Cargo.lock | ||
Cargo.toml | ||
kernel.bin | ||
Makefile | ||
multiboot_header | ||
multiboot_header.o | ||
os.iso | ||
README.md |
mahdi-os
I followed this tutorial to write this, and then tweaked it further and customized it.