Easily bootstrap an OS project to fool HR departments and pad your resume.
The old way
git clone https://github.com/melonmanchan/ResumeOS
cd ResumeOS
python setup.py installOr with PIP
pip install resumeosTested with Python 2.7.10 on Ubuntu 15.10.
Just install the required dependancies as specified above, and run
resumeos --name 'My cool OS project' --output 'Best project ever!'to bootstrap your very own totally unique OS, that prints the output message and halts.
This project is based completely on the works of the very handsome and talented Philipp Oppermann and his ‘Writing an OS in Rust’-book
