mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
16 lines
393 B
TOML
16 lines
393 B
TOML
# template
|
|
[components]
|
|
std = { name = "aster-std" }
|
|
virtio = { name = "aster-virtio" }
|
|
input = { name = "aster-input" }
|
|
block = { name = "aster-block" }
|
|
console = { name = "aster-console" }
|
|
time = { name = "aster-time" }
|
|
framebuffer = { name = "aster-framebuffer" }
|
|
network = { name = "aster-network" }
|
|
main = { name = "asterinas" }
|
|
|
|
[whitelist]
|
|
[whitelist.std.run_first_process]
|
|
main = true
|