feat: addons mounting and kernel modules support

This commit is contained in:
Alex Zenla
2024-04-25 16:06:57 -07:00
parent ef57de819f
commit 5dea89f644
14 changed files with 767 additions and 1885 deletions

View File

@ -24,6 +24,7 @@ krata-xenclient = { path = "../xen/xenclient", version = "^0.0.10" }
krata-xenevtchn = { path = "../xen/xenevtchn", version = "^0.0.10" }
krata-xengnt = { path = "../xen/xengnt", version = "^0.0.10" }
krata-xenstore = { path = "../xen/xenstore", version = "^0.0.10" }
walkdir = { workspace = true }
[lib]
name = "kratart"