CORBA for Linux

2003-03-26 Thread Jiahan Chen
Hi, Is there any CORBA download package (idl2c++, corba executable and document) for Linux available on Web? if yes, where is the location? Thanks, Jiahan __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Forced File System Check on Linux

2003-02-14 Thread Jiahan Chen
I need to switch between Windows/Linux on PC often because of Dual-Boot sysyems. Recently, I found every 20 times, Linux boot procedure forced to check all the Linux file system partitions, which took a long time. I wondering if there is any way to change this number (e.g to 200), or to turn o

RE: POSIX Shared Memory with Linux

2003-02-14 Thread Jiahan Chen
Date: Fri, 14 Feb 2003 17:29:57 -0800 (PST) Subject: Re: POSIX Shared Memory with Linux From: "nate" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Thanks, Nate! >Jiahan Chen said: >> Hi, >> >> shared memory functionality. When

POSIX Shared Memory with Linux

2003-02-14 Thread Jiahan Chen
Hi, I'm wondering if the RedHat 7.3 supports POSIX shared memory functionality. When I tried to port some POSIX code to Linux, and got compililing error: can't find mmap.h which is necessary header file for POSIX shared memory stuff, such as shm_open(), shm_unlink(), mmap().. Thanks, Jiahan

New Device Driver

2003-02-11 Thread Jiahan Chen
Hi, I'm working on an Linux embedded application with the following questions regarding a new USB device driver: 1. How to add an item (e.g. xyz) of new device driver for configuration with "make xconfig"? Currently, I used linux-2.4.18.tar.gz and related patches, after installation o