#DemetriOS
On Linux - make sure gcc, g++, make and mercurial are installed On OSX - make sure mercurial and XCode with command line tools are installed
- open a terminal, and move to the tools folder.
- Run the following command. This will take at least 10-15 minutes to complete: ./get_tool_sources && ./build_binutils && ./build_gcc
- Move to the source folder (parent of the tools folder)
- Run the following commands: make clean make
- Install qemu (either via HomeBrew on OS X or via the package manager in Linux)
- You can then run the OS kernel by using the run.sh sc