691 B
691 B
Kernel from scratch (KFS) series of projects at Ecole 42 !
compiling
dependencies
nasmcompiles the bootcodeldlinks the bootcodegrub-mkrescuebuilds the isoxargobuilds rust codeqemuruns the iso
on archlinux pacman -S make grub xorriso mtools binutils gcc qemu
rust setup
pacman -S rustup
rustup override add nightly
rustup component add rust-src
cargo install xargo
running
make run runs the OS + a tmux split for the qemu terminal
References
- Rust page on OSDev wiki
- Writing an OS in rust extremely helpful to get things going on x86 and nightly rust