We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You'll have two options:
Simply download it here and then put it on a bootable USB using a program of your choice
This is easier.
mkdir -p "$HOME/opt/i686-elf-tools" cd "$HOME/opt/i686-ekf-tools" wget https://github.com/lordmilko/i686-elf-tools/releases/download/latest/i686-elf-tools-linux.zip unzip i686-elf-tools-linux.zip echo 'export PATH="$HOME/opt/bin/i686-elf-tools/bin:$PATH"' >> ~/.bashrc source ~/.bashrc
make sure it's installed
i686-elf-gcc --version
simply put
sudo apt install nasm
Run
sudo apt install qemu-utils qemu-system-x86 qemu-system-gui
Just run
git clone https://github.com/FrostByte-OS/FrostByteOS.git cd FrostByteOS make
and then you'll have frostbyteos.iso if you want a shorthand to run it
frostbyteos.iso
make run