Open Andrej123456789 opened 2 years ago
Sometimes work, can someone help why GRUB bootloader fail to load
@Andrej123456789 Thank you for this post.
The link you gave says 404 not found. Is this a private repository?
@davidcallanan It was wrong branch, this is working link.
When you compile OS outside Docker you can't run on real hardware, but in Qemu normally
Sometimes work, can someone help why GRUB bootloader fail to load
On my local computer, the grub files just dont exist!! idk why
This is a tutorial how to compile OS without installing Docker - works for native Linux and WSL
Direct link
Type all commands in terminal:
Now you need add folder to variable.
Type
sudo nano ~/.bashrc
Scroll to end of file and type:
export PATH="$PATH:/usr/local/x86_64/elfgcc/bin"
save it and restart system (if you are using native Linux) or WSL.Check if it was successful with:
x86_64-elf-gcc
.I hope it's works