Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 476 Bytes

bootloader

$ make                    # Clean all the output files and re-build them.
$ make qemu-boot-hdd      # Boot qemu from the hard-disk drive (bootloader.bin).
$ make qemu-boot-cd       # Boot qemu from the CDROM drive (mk2018.iso).

Dependencies

  • You will need an i686 GCC and binutils toolchain. The osdev-toolchains repo builds this.
  • You will also need xorriso to build the CD image.