Skip to content

Instantly share code, notes, and snippets.

@PoseidonCoder
Last active April 22, 2021 03:59
Show Gist options
  • Save PoseidonCoder/03a93689546a0e3fa57570f23f92398c to your computer and use it in GitHub Desktop.
Save PoseidonCoder/03a93689546a0e3fa57570f23f92398c to your computer and use it in GitHub Desktop.
Install TetrisOS
git clone https://github.com/jdah/tetris-os.git
cd tetris-os
wget -c https://newos.org/toolchains/i386-elf-7.5.0-Linux-x86_64.tar.xz -O i386pack.tar.xz
tar -xf i386pack.tar.xz
echo "export PATH='$(realpath i386-elf-7.5.0-Linux-x86_64)/bin:$PATH'" >> ~/.bashrc
chmod +x Makefile
./Makefile
@faresbakhit
Copy link

Thank you! fixes the issue jdah/tetris-os#1 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment