From Fedora Project Wiki
< Architectures | RISC-V
(Created page with "This page will provide the info about how to build GRUB2 for RISCV64.") |
(how to build GRUB2 for RISCV64) |
||
Line 1: | Line 1: | ||
= GRUB2 for RISC-V = | |||
This page will provide the info about how to build GRUB2 for RISCV64. | This page will provide the info about how to build GRUB2 for RISCV64. | ||
== Source code == | |||
* Get Upstream code | |||
git clone git://git.savannah.gnu.org/grub.git | |||
* Fetch some patches for RISC-V build | |||
push grub | |||
git remote add github.com_tekkamanninja https://github.com/tekkamanninja/grub.git | |||
git fetch github.com_tekkamanninja | |||
git checkout github.com_tekkamanninja/riscv_devel_Nikita_V2 | |||
pop | |||
== Build == |
Revision as of 10:31, 5 September 2021
GRUB2 for RISC-V
This page will provide the info about how to build GRUB2 for RISCV64.
Source code
- Get Upstream code
git clone git://git.savannah.gnu.org/grub.git
- Fetch some patches for RISC-V build
push grub git remote add github.com_tekkamanninja https://github.com/tekkamanninja/grub.git git fetch github.com_tekkamanninja git checkout github.com_tekkamanninja/riscv_devel_Nikita_V2 pop