Implement minimal depmod-compatible applet for vx

- Added depmod.cpp to scan kernel module ELF files, read .modinfo, and emit metadata files.
- Implemented functionality to write binary trie indexes for libkmod/modprobe.
- Introduced command-line options for module processing.
- Created test script test_depmod.sh to verify help and version commands.
This commit is contained in:
2026-07-08 22:08:15 -05:00
parent 26e2527492
commit bb503eec83
7 changed files with 1355 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ option('utils',
'xargs',
'lspci',
'setpci',
'depmod',
],
description : 'Utilities to include in vx (default: all)'
)