Launch commands for each device found if specified

This commit is contained in:
Jeremy Soller 2016-09-25 16:59:25 -06:00
parent 0e8487cf83
commit 98399b030f
5 changed files with 147 additions and 56 deletions

View file

@ -1,5 +1,5 @@
initfs:bin/vesad
initfs:bin/ps2d
#initfs:bin/pcid
initfs:bin/example
#initfs:bin/login display: initfs:bin/ion
initfs:bin/pcid initfs:etc/pcid.toml
#initfs:bin/example
initfs:bin/login display: initfs:bin/ion

5
initfs/etc/pcid.toml Normal file
View file

@ -0,0 +1,5 @@
[[drivers]]
name = "AHCI storage"
class = 1
subclass = 6
command = ["ahcid", "$5"]