7 lines
256 B
Plaintext
7 lines
256 B
Plaintext
|
git clone git@github.com:comex/datautils0.git
|
||
|
cd datautils0
|
||
|
git clone git@github.com:comex/data.git
|
||
|
make NATIVE=1
|
||
|
./make_kernel_patchfile /path/to/kernelcache /tmp/patchfile
|
||
|
./apply_patchfile /path/to/kernelcache /tmp/patchfile /output/patched/kernelcache
|