Skip to content

Instantly share code, notes, and snippets.

View YehezkelShB's full-sized avatar

Yehezkel Bernat YehezkelShB

View GitHub Profile
@YehezkelShB
YehezkelShB / DowloadAndCompileOS161Tools.sh
Created January 10, 2021 09:29
Download and compile all the tools for compiling and running os161
mkdir os161
cd os161
git clone https://github.com/ops-class/os161.git git
mkdir -p target/bin
PATH=$PATH:`readlink -f target/bin`
sudo apt install libgmp-dev libmpfr-dev libmpc-dev bmake
mkdir binutils target
cd binutils
BINUTILSFILE=binutils-2.24+os161-2.1
wget -c http://os161.eecs.harvard.edu/download/$BINUTILSFILE.tar.gz