dadk-manifest.toml 368 B

123456789101112131415
  1. # Configuration template placed in the root directory of the DragonOS workspace
  2. # Named `dadk-manifest.toml`
  3. [metadata]
  4. # Target architecture. Options: x86_64, riscv64
  5. arch = "x86_64"
  6. # Hypervisor config path
  7. hypervisor_config = "config/hypervisor.toml"
  8. # RootFS config path
  9. rootfs_config = "config/rootfs.toml"
  10. # Boot config path
  11. boot_config = "config/boot.toml"