You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A handcrafted toy kernel inspired by LMOS's course.
Features
TBD
Prerequisites
gcc
nasm
grub
Build
make kernel # build standalone kernel file
make qemu-grub # boot the kernel with GRUB in QEMU x86_64 emulator
make qemu-kernel # direct kernel boot in QEMU