Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.02 KB

Readme.md

File metadata and controls

28 lines (22 loc) · 1.02 KB

brainOS Build Status MIT Licence

Screen

Dependencies

Running

Please note that the kernel currently depends on grub2 loading it.

Compile the Toolchain

  • Compile it:
    make toolchain
    
  • Install grub2
    • On Linux use sudo apt-get install grub2
    • On anything else, you have to install grub2 yourself

Running in Qemu

  • if grub-mkrescue is in your path: make qemu
  • if grub-mkrescue is not in your path: make qemu grub-mkrescue=/path/to/grub-mkrescue

Running on Real Hardware

  • Generate the iso file: make iso
  • Copy image.iso to a disk of your choice (using dd)
  • Reboot and hope it doesn't blow up.