2023-02-07 08:05:21 +00:00
|
|
|
# template
|
|
|
|
|
[components]
|
|
|
|
|
std = { name = "jinux-std" }
|
2023-03-25 09:16:37 +00:00
|
|
|
virtio = { name = "jinux-virtio" }
|
|
|
|
|
input = { name = "jinux-input" }
|
|
|
|
|
block = { name = "jinux-block" }
|
|
|
|
|
time = { name = "jinux-time" }
|
2023-03-25 09:24:34 +00:00
|
|
|
framebuffer = { name = "jinux-framebuffer" }
|
2023-05-31 02:46:51 +00:00
|
|
|
network = { name = "jinux-network" }
|
2023-02-07 08:05:21 +00:00
|
|
|
main = { name = "jinux" }
|
|
|
|
|
|
|
|
|
|
[whitelist]
|
|
|
|
|
[whitelist.std.run_first_process]
|
|
|
|
|
main = true
|