RE: [Rcosjava-general] New release soon I promise
Status: Beta
Brought to you by:
newmana
From: <and...@ne...> - 2002-04-23 11:40:50
|
This is just a followup on my own posting (what fun!). >RCOSjava now has a C compiler that does stuff. Basically, it does >if-then-else statements, printf, arrays, assignments, and semaphores. The C compiler now does for and while loops, character/number input, shared memory, and has had a number of bugs fixed. I've added more examples of everything that can be done to the compiler directory. The C compiler works for these examples and I'm happy with that for the moment. >* Get the IPC and Animator finished. The IPC and Kernel modifications for shared memory support is now at a functional stage. The example C programs smem.c and smem2.c work fine. The smem program goes around in a couple of for loops writing to a piece of memory while smem2 asks the user for a memory segment and returns the value stored there. The semaphore has its own memory block instead of getting one from the memory manager but apart from that it's all done. The IPC animator will be next, it should be a fairly straightforward copy of the current semaphore functionality. __________________________________________________________________ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ |