Skip to content

Building

adcostache edited this page Nov 6, 2013 · 4 revisions

Tools needed to build and run the FirstOS on i586:

  • gcc
  • make
  • qemu

Building:

To build this small test release it is necessary to have your cross compilation toolchain installed in /usr/local/cross. If not, you need to update the path to the custom build gcc in the Makefile.

    • To build run make
    • To clean up everything run make distclean
    • To build all and run in qemu, run sh build_all.sh
Clone this wiki locally