Changeset afe34be in mainline for contrib/arch/HelenOS.adl


Ignore:
Timestamp:
2009-10-08T11:06:45Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e21512e
Parents:
2088dfc
Message:

finally all interfaces are correctly bound

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/HelenOS.adl

    r2088dfc rafe34be  
    3838        bind ns:devmap_driver to devmap:devmap_driver;
    3939        bind ns:devmap_client to devmap:devmap_client;
     40        bind ns:loader to loader:loader;
    4041       
    4142        bind loader:ns to ns:ns;
    4243       
    4344        bind devmap:ns to ns:ns;
     45        bind devmap:rd to bd:rd;
     46        bind devmap:console to console:console;
    4447       
    4548        bind bd:ns to ns:ns;
     
    5255       
    5356        bind console:ns to ns:ns;
     57        bind console:devmap_driver to devmap:devmap_driver;
    5458        bind console:sys_console to kernel:sys_console;
    5559       
Note: See TracChangeset for help on using the changeset viewer.