Changeset 2ac62cf in mainline


Ignore:
Timestamp:
2009-09-11T16:26:49Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b077886e, c35aabe
Parents:
8c52f66
Message:

add klog

Location:
contrib/arch
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/HelenOS.adl

    r8c52f66 r2ac62cf  
    99        inst rd rd;
    1010       
     11        /* Klog */
     12        inst klog klog;
     13       
    1114        [/uspace/lib/libc/bind%ns]
     15       
    1216        [/usrpace/lib/libc/bind%rd]
     17        bind rd:ns to ns:ns;
     18        bind rd:dm_driver to devmap:dm_driver;
     19       
     20        [/usrpace/lib/libc/bind%klog]
     21        bind klog:ns to ns:ns;
    1322};
  • contrib/arch/uspace/app/klog/klog.bp

    r8c52f66 r2ac62cf  
    1 !ns.IPC_M_SHARE_IN /* SERVICE_MEM_KLOG */
     1!ns.ipc_m_share_in /* SERVICE_MEM_KLOG */
Note: See TracChangeset for help on using the changeset viewer.