osdev-tutorial
There are 7 repositories under osdev-tutorial topic.
dreamportdev/Osdev-Notes
A book that explore how to write an Operating System from scratch
alkuzin/kfs
Hobby monolithic x86-32 Unix-like operating system from scratch
alkuzin/eciton-old
Eciton - modular microkernel written in Rust for x86-32.
havensjg/osdev-demos
Short, specific examples of OSDev concepts for x86
cesar-gp/os-dev
Manual personal sobre desarrollo de sistemas operativos
JustAGuyFromFinland/neutrix
Neutrix is a small educational x86_64 operating system kernel written in Rust. It follows a bare-metal, no_std, no_main design and provides a compact foundation for experimenting with low-level OS concepts: paging, memory allocation, interrupt handling, device drivers, and a small async executor.
LittleHobbitFrodo/BaseOS
an OS template on which to build