1
0

Auto detect debug symbols for host kernels

This commit is contained in:
2019-08-16 05:34:10 +00:00
parent fc50808893
commit 3064dc3a27
3 changed files with 12 additions and 2 deletions

View File

@ -170,6 +170,9 @@ type KernelInfo struct {
KernelPath string
InitrdPath string
RootFS string
// Debug symbols
VmlinuxPath string
}
type KernelConfig struct {