Segregate drivers and schemes in /sbin, UI apps in ui/bin
This commit is contained in:
parent
070e3d7b0a
commit
c885d11337
7 changed files with 40 additions and 39 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue