README.txt 333 Bytes
Newer Older
longpanda's avatar
longpanda committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14

========== About Source Code =============
Ventoy use grub-2.04, so I only put the added and modified source code here.

You can download grub-2.04 source code from this site:
https://ftp.gnu.org/gnu/grub/

Just merge the code here with the original code of grub-2.04


========== Build =============
./autogen.sh
./configure 
make