Last active
April 22, 2021 03:59
-
-
Save PoseidonCoder/03a93689546a0e3fa57570f23f92398c to your computer and use it in GitHub Desktop.
Install TetrisOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you! fixes the issue jdah/tetris-os#1 (comment)