On Thu, 21 Jan 2010 11:18:02 +0530 shivpratap chauhan <[email protected]> wrote:
> Hi, Hi, sorry for late response. > > Managing project means, how are we tracking progress of tasks and who is > working on which module/task? It's a big problem, we have used several trackers some time ago, and now we're trying to use trac - can be reached here - http://factory.jarios.org/devel/ > Can you please enumerate the basic capabilities offered by libv2 and vfsv2? The libv2 is a library that used in filesystems implementation, it works with: - IPC/RPC - Standard abstractions such as vnode/superblock etc ... - Mapping - User sessions management The VFSv2 is a separate service that know about all filesystems. If you are working with concrete filesystem you need to know libv2 API (see existing fs implementation and libs/services/include/vfs/*.h) Well, I will write documentation later (now I'm working on IDL design and implementation specific for Jari OS). > > Also, I have a very basic question, directly it is not related to > development. > How jari OS is different from others, what are differentiators? Jari OS is an open source platform for industry computers/specific solutions, i.e. it's not a general purpose OS, or OS itself - it's a set of components for OS (yes, it works like OS, but you can build your own OS based on Jari OS platform). Generally, the project is attempt to create microkernel and multi-service OS platform - that means: - Project provide microkernel - Basic user space system and core components - Basic OS layers (driver model, networking layer, fs layer and so on) - SDK and documentation - Set of some drivers, fses (like examples) - Set of system applications - System libraries (libc, libpthread, ldso, libm, etc ...) You may use maillist archive - there are some answers exist. > > > On Wed, Jan 20, 2010 at 11:18 PM, Alf Kaanoken <[email protected]> wrote: > > > On Wed, 20 Jan 2010 18:09:37 +0530 > > shivpratap chauhan <[email protected]> wrote: > > > > > Hi All, > > Hi, > > > > > > Managing project is really tough and "vi" is not just sufficient to > > manage > > > jari OS. I am wondering if anybody using IDE or something else to manage > > > this project as a whole? > > I'm using emacs, btw what are you under the term "managing project" ? > > > And if anybody have developed documentation or pointers, specially > > regarding > > > vfs layer pls do share. > > It's sadly, but truth - there are no docs yet. I can answer you to any > > question about vfs layer. > > There are two major parts: libv2 (linked to filesystem) and vfsv2 service. > > > > > > > > > Thanks, > > > Shivpratap > > > > > Thanks. > > > > > > -- > > Alfeiks KaƤnoken, > > Team Lead of the > > Jari OS R&D Team. > > http://jarios.org > > Free open-source > > microkernel-based > > multiservice RTOS > > _______________________________________________ > > Jarios-dev mailing list > > [email protected] > > http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev > > > -- Alfeiks KaƤnoken, Team Lead of the Jari OS R&D Team. http://jarios.org Free open-source microkernel-based multiservice RTOS _______________________________________________ Jarios-dev mailing list [email protected] http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev
