A simple OS I wrote using rust (an outdated version) in order to learn
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Mahdi Dibaiee f4a8ca7261 fix(paging): translating addresses 7 years ago
isofiles/boot initial commit 7 years ago
src fix(paging): translating addresses 7 years ago
.gitignore initial commit 7 years ago
Cargo.lock [WIP]: memory paging 7 years ago
Cargo.toml [WIP]: memory paging 7 years ago
Makefile fix(boot): fix page table bits 7 years ago
README.md initial commit 7 years ago
boot initial commit 7 years ago
boot-original.asm initial commit 7 years ago
boot.o initial commit 7 years ago
kernel.bin initial commit 7 years ago
multiboot_header initial commit 7 years ago
multiboot_header.o initial commit 7 years ago
os.iso initial commit 7 years ago

README.md

mahdi-os

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