Description files

EDL description

user_entity has a trivial EDL description:

user_entity.edl

/* All you need to do is enter the name of user_entity. */

entity user_entity

Init description

The init description was taken from the article entitled "Considerations for working with file systems":

init.yaml

entities:

- name: user_entity

connections:

- target: vfs.vfs_entity

id: VFS

- name: vfs.vfs_entity

connections:

- target: ata.ata

id: ata

- name: ata.ata

Page top