Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 364 Bytes

File metadata and controls

12 lines (8 loc) · 364 Bytes

Toy Kernel

Get started

  • Developing environment: Ubuntu
  • Install dependendices: sudo apt install nasm make fdisk kpartx qemu-system-x86 gcc gcc-multilib g++-multilib

Build & Run

  • run make to build and run the os in qemu.
  • run make install to build the os and install it into the disk image.
  • run make build_all to build the os image only.