Simple_OS
1.0.0
Simple X86 operating system from scratch operating in 32bit protecting mode, built for educational purposes
to build cross compiler install the following packages first
sudo apt-get install libgmp3-devsudo apt-get install libmpfr-devsudo apt-get install libmpc-devthen follow the following instructions
then add the following to ~/.bashrc
export PREFIX="/usr/local/i386elfgcc"export TARGET=i386-elfexport PATH="$PREFIX/bin:$PATH"makemake cleanmake run