forked from KolibriOS/kolibrios
12e34168d4
2) Added basic SDK to work with Kobra git-svn-id: svn://kolibrios.org@1261 a494cfbc-eb01-0410-851d-a64ba20cac60 |
||
---|---|---|
.. | ||
defs.h | ||
gpl3.txt | ||
heap.c | ||
heap.h | ||
history.txt | ||
kobra_st.s | ||
kobra.c | ||
kobra.h | ||
kolibri.c | ||
kolibri.h | ||
kolibri.ld | ||
Makefile | ||
malloc.c | ||
malloc.h | ||
readme.txt | ||
stdlib.c | ||
stdlib.h | ||
symbols2dbg.py |
==================== <20>ãá᪨© ==================== ‚¥àá¨ï: 0.1 Kobra (Kolibri Bus for Reaching Applications) - ¤¥¬® (á¥à¢¥à), ¯®§¢®«ïî騩 ¯à¨«®¦¥¨ï¬ ¯à®é¥ ®¡é âìáï ¤àã£ á ¤à㣮¬. „«ï à ¡®âë á Kobra ¥®¡å®¤¨¬® § ॣ¨áâà¨à®¢ âìáï á¥à¢¥à¥ (ç¥à¥§ IPC). <20>®á«¥ ॣ¨áâà 樨 ¯à¨«®¦¥¨î ¤®áâã¯ë á«¥¤ãî騥 äãªæ¨¨: -‚áâ㯨âì ¢ £à㯯㠯®â®ª®¢ (¥á«¨ ¥â - ᮧ¤ ñâáï) -‚ë©â¨ ¨§ £à㯯ë -<2D>®á« âì á®®¡é¥¨¥ ¢á¥¬ ¯®â®ª ¬ ª ª®©-«¨¡® £à㯯ë -<2D>®«ãç¨âì ¨¬ï ¨¬¥®¢ ®© ®¡« á⨠ᮠᯨ᪮¬ £à㯯 ¨ ¯®â®ª®¢, ¢å®¤ïé¨å ¢ ¨å (¨ ᬥ饨¥ ᯨ᪠£à㯯) (¯®ª ¥ ॠ«¨§®¢ ®) <0A>®§¦¥ ᪮॥ ¢á¥£® ¯®ï¢ïâáï ¥éñ ¥áª®«ìª® äãªæ¨©. <0A>ਬ¥à®¢ à ¡®âë ¯®ª ¥â, ®¤ ª® ¢ ¡«¨¦ ©è¥¥ ¢à¥¬ï ¨á¯®«ì§®¢ ¨¥ Kobra ¡ã¤¥â ॠ«¨§®¢ ® ¢ Launch ¨ ¢ ®¢®¬ åà ¨â¥«¥ íªà . ==================== English ==================== Version: 0.1 Kobra (Kolibri Bus for Reaching Applications) is a daemon (server), which allows applications to easier communicate with each other. For working with Kobra application should register on server (via IPC). After registration following functions are available for application: -Join thread group (if there is no such group, it will be created) -Leave group -Send message for all threads in some group -Get name of named memory area with list of groups and threads in them (and offset of group list) (not realised yet) Later there may be few more functions. There is no examples of work but using of Kobra will be realised in Launch and new screen saver.