Skip to content

Commit

Permalink
Simplify run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeske committed Jul 27, 2012
1 parent eb70f28 commit e6b7203
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions base/run/printf.run
Expand Up @@ -5,13 +5,6 @@ create_boot_directory
install_config { install_config {
<config> <config>
<parent-provides> <parent-provides>
<service name="ROM"/>
<service name="RAM"/>
<service name="CPU"/>
<service name="RM"/>
<service name="CAP"/>
<service name="PD"/>
<service name="SIGNAL"/>
<service name="LOG"/> <service name="LOG"/>
</parent-provides> </parent-provides>
<default-route> <default-route>
Expand Down
5 changes: 0 additions & 5 deletions hello_tutorial/run/hello.run
Expand Up @@ -13,13 +13,8 @@ create_boot_directory
install_config { install_config {
<config> <config>
<parent-provides> <parent-provides>
<service name="ROM"/>
<service name="RAM"/>
<service name="CAP"/> <service name="CAP"/>
<service name="LOG"/> <service name="LOG"/>
<service name="RM"/>
<service name="IO_PORT"/>
<service name="IRQ"/>
</parent-provides> </parent-provides>
<default-route> <default-route>
<any-service> <parent/> <any-child/> </any-service> <any-service> <parent/> <any-child/> </any-service>
Expand Down

0 comments on commit e6b7203

Please sign in to comment.