mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-06-05 09:13:59 -04:00
Add BLOB list file and some missing build desc.
This commit is contained in:
parent
2dafe75509
commit
9e13955af1
4 changed files with 231 additions and 4 deletions
10
Unix/BuildUnixKmod.txt
Normal file
10
Unix/BuildUnixKmod.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
ventoy_geom kernel mod is used to boot FreeBSD and other Unix distros.
|
||||
This kernel mod need to build inside a FreeBSD system.
|
||||
|
||||
use VM to install a FreeBSD (e.g. 9.X/10.X/11.X/....), need to install source code.
|
||||
copy these files for example: Unix/ventoy_unix_src/FreeBSD/geom_ventoy_src/10.x/sys to /sys directory.
|
||||
cd /sys/modules/geom/geom_ventoy/
|
||||
make
|
||||
make install
|
||||
|
||||
Other distros are similar.
|
Loading…
Add table
Add a link
Reference in a new issue