This is a project by Adam Kafka and Ryan Santos to develop a simple Operating System for our class, CSE 403 at Lehigh University.
- Run the install script [scripts/install_all.sh]
- Install GRUB Usign this OS Dev site
- Install qemu with homebrew
- Run
make - Run
make iso - Run
make run
- If you get an error about auto*, install automake and autoconf with
brew install .. - If you get an error about xorriso, install it with
brew install xorriso
Goal to add some basic libc functionality: BitBucket link Url to homebrew cross platform formula: github