]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - DOC/LoopExBuild.txt
Update Linux GUI type condition
[Ventoy.git] / DOC / LoopExBuild.txt
1
2 1. LAKKA dm-mod.ko
3 LaKKa config
4 https://github.com/libretro/Lakka-LibreELEC/releases download source code
5 \projects\Generic\linux\linux.x86_64.conf
6
7 Linux Kernel
8 linux-4.11.12.tar.xz & patch-4.11.12-rt14.patch.xz
9 patch -p1 < ../patch-4.11.12-rt14
10
11 make menuconfig
12 select device mapper as module
13 make -j 16
14 get drivers\md\dm-mod.ko
15
16 2. LibreELEC dm-mod.ko
17 LibreELEC config
18 https://github.com/LibreELEC/LibreELEC.tv/releases download source code
19 \projects\Generic\linux\linux.x86_64.conf
20
21 Linux Kernel
22 linux-5.1.6.tar.xz
23 make menuconfig
24 select device mapper as module
25 make -j 16
26 get drivers\md\dm-mod.ko
27
28
29