runtime | ram: 1420M | caps: 1250 | binary: init

+ requires
  + fs  home   | writeable: yes
  + fs  shared | writeable: yes
  + nic
  + rom platform_info
  + gui
  + rtc
  + vm
  + usb
  + rm
  + timer
  + report shape
  + play

+ content
  + rom vm_seoul_boot_0.cfg
  + rom tc-thunderbird.raw
  + rom init
  + rom vfs_block
  + rom vfs.lib.so
  + rom vfs_import.lib.so
  + rom ld.lib.so
  + rom vdi_block
  + rom block_ext4.vdi
  + rom seoul

+ config | verbose: no
  + parent-provides
    + service ROM
    + service PD
    + service CPU
    + service LOG
    + service VM
    + service RM
    + service Gui
    + service Rtc
    + service Nic
    + service Timer
    + service Report
    + service Usb
    + service Play
    + service File_system

  + start vfs_block | caps: 350 | ram: 410M
    + provides | + service Block
    + config
    | + vfs
    | | + ram
    | | + import
    | |   + rom tc-thunderbird.raw
    | + default-policy
    |                  file:       /tc-thunderbird.raw
    |                  writeable:  yes
    |                  block_size: 512
    + route
      + any-service
        + parent

  + start vdi_block | ram: 8M | caps: 100
    + provides | + service Block
    + config | file: /block_ext4.vdi | writeable: yes
      + vfs
        + fs | label: home | buffer_size: 2M
        + import | overwrite: no
          + rom block_ext4.vdi | binary: yes
    + route
      + service File_system | label: home
        + parent | identity: home | resource: /
      + any-service
        + parent

  + start seoul | caps: 5000 | ram: 16G
    + binary seoul
    + route
      + service Block  | label: disk0         | + child vfs_block
      + service Block  | label: disk1         | + child vdi_block
      + service ROM    | label: platform_info | + parent | label: platform_info
      + service ROM    | label: config        | + parent | label: vm_seoul_boot_0.cfg
      + service Report | label: shape         | + parent | label: shape
      + service Gui    | label: fb1.0         | + parent | label: fb1.0
      + service File_system                   | + parent | identity: shared | resource: /
      + any-service                           | + parent
-
