Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 259 Bytes

File metadata and controls

10 lines (8 loc) · 259 Bytes

kernel

A small x86-64 kernel using GRUB.

Building (Debian)

$ sudo apt install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo xorriso qemu-system-x86
$ ./toolchain/toolchain.sh # this will take a while 
$ make qemu