Skip to content

Commit 44c95b0

Browse files
authored
added mention to built-in-parsing.py
1 parent 4d6bf2f commit 44c95b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/linux-kernel/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,9 @@ Finally, calling the install-kernel script will copy the new kernel into the cla
168168

169169
NB: I was not able to boot on any custom kernel via Vagrant.
170170
NB: On a dedicated VirtualBox machine, the generated kernel boots properly but it may be buggy. Most notably, I have experienced issues when shutting down and booting the machine a second time.
171+
172+
173+
## Using built-in-parsing.py
174+
175+
Another possibility after building the linux with gclang, it is possible to run [built-in-parsing.py](built-in-parsing.py) in order to write a script that will do the extracting, copying and linking of bitcode.
176+
This script automates the writing process for other configs than defconfig.

0 commit comments

Comments
 (0)