Segregate drivers and schemes in /sbin, UI apps in ui/bin

This commit is contained in:
Jeremy Soller 2016-11-26 11:33:05 -07:00
parent 070e3d7b0a
commit c885d11337
7 changed files with 40 additions and 39 deletions

View file

@ -1,13 +1,13 @@
randd
ptyd
initfs:bin/pcid /etc/pcid.toml
ethernetd
ipd
tcpd
udpd
/sbin/randd
/sbin/ptyd
/sbin/pcid /etc/pcid.toml
/sbin/ethernetd
/sbin/ipd
/sbin/tcpd
/sbin/udpd
dhcpd -b
httpd -b /ref
getty display:2
getty display:3
stdio debug:
orbital display:4
/sbin/orbital display:4 /ui/bin/orblogin /ui/bin/launcher

View file

@ -3,11 +3,11 @@ name = "E1000 NIC"
class = 2
vendor = 32902
device = 4110
command = ["e1000d", "$NAME", "$BAR0", "$IRQ"]
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]
[[drivers]]
name = "RTL8168 NIC"
class = 2
vendor = 4332
device = 33128
command = ["rtl8168d", "$NAME", "$BAR2", "$IRQ"]
command = ["/sbin/rtl8168d", "$NAME", "$BAR2", "$IRQ"]

@ -1 +1 @@
Subproject commit 0192262071d97ff8eb0c61824560797e7a5f3e5e
Subproject commit 4a1f87b219b3db104f3e9ff21d974118357ff2e1