run: generalize with main(), start porting trace-boot and qemu-trace2txt

This commit is contained in:
Ciro Santilli
2018-09-04 09:22:46 +01:00
parent 09cb390904
commit 1ff6a95ab3
10 changed files with 547 additions and 453 deletions

View File

@@ -3078,7 +3078,7 @@ CONFIG_IKCONFIG_PROC=y
From host:
....
cat "$(./getvar linux_custom_dir)/.config"
cat "$(./getvar linux_build_dir)/.config"
....
Just for fun link:https://stackoverflow.com/a/14958263/895245[]: