A simple OS I wrote using rust (an outdated version) in order to learn
Go to file
2016-06-25 16:09:27 +04:30
isofiles/boot initial commit 2016-06-25 16:09:27 +04:30
src initial commit 2016-06-25 16:09:27 +04:30
.gitignore initial commit 2016-06-25 16:09:27 +04:30
boot initial commit 2016-06-25 16:09:27 +04:30
boot-original.asm initial commit 2016-06-25 16:09:27 +04:30
boot.o initial commit 2016-06-25 16:09:27 +04:30
Cargo.lock initial commit 2016-06-25 16:09:27 +04:30
Cargo.toml initial commit 2016-06-25 16:09:27 +04:30
kernel.bin initial commit 2016-06-25 16:09:27 +04:30
Makefile initial commit 2016-06-25 16:09:27 +04:30
multiboot_header initial commit 2016-06-25 16:09:27 +04:30
multiboot_header.o initial commit 2016-06-25 16:09:27 +04:30
os.iso initial commit 2016-06-25 16:09:27 +04:30
README.md initial commit 2016-06-25 16:09:27 +04:30

mahdi-os

I followed this tutorial to write this, and then tweaked it further and customized it.