]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - GRUB2/README.txt
1.0.07 release
[Ventoy.git] / GRUB2 / README.txt
1
2 ========== About Source Code =============
3 Ventoy use grub-2.04, so I only put the added and modified source code here.
4
5 You can download grub-2.04 source code from this site:
6 https://ftp.gnu.org/gnu/grub/
7
8 Just merge the code here with the original code of grub-2.04
9
10
11 ========== Build =============
12 ./autogen.sh
13 ./configure
14 make