Changeset 1993f9a in mainline for contrib/arch/HelenOS.adl


Ignore:
Timestamp:
2009-09-15T13:45:23Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ea5f46d
Parents:
ec8bab59
Message:

update architecture and behavior description
update preprocessor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/HelenOS.adl

    rec8bab59 r1993f9a  
    1212        inst klog klog;
    1313       
     14        /* VFS */
     15        inst vfs vfs;
     16       
    1417        [/uspace/lib/libc/bind%ns]
    1518       
    16         [/usrpace/lib/libc/bind%rd]
     19        [/uspace/lib/libc/bind%rd]
    1720        bind rd:ns to ns:ns;
    1821        bind rd:dm_driver to devmap:dm_driver;
    1922       
    20         [/usrpace/lib/libc/bind%klog]
     23        [/uspace/lib/libc/bind%klog]
    2124        bind klog:ns to ns:ns;
     25       
     26        [/uspace/lib/libc/bind%vfs]
     27        bind vfs:ns to ns:ns;
    2228};
Note: See TracChangeset for help on using the changeset viewer.