-------------------------------------------------------------------------------- How to use -------------------------------------------------------------------------------- 1. a Linux-THIN patch for ARM-Linux 2.6.9 kernel(www.kernel.org) 2. uncompress the kernel: tar xjvf linux-2.6.9 2. patch the kernel: cd linux2.6.9 zcat ../ucos-linux-patch.gz | patch -p1 3. combine with uC/OS-II mkdir ucos 4. copy uC/OS-II sorce code into ./ucos directory. 5. configure make select real-time interrupt(RTFIQ) and uC/OS-II support make menuconfig 6. make zImage ---------------------------------------------------------------------------------- Please contact Mr. Miao Liu and Dr. Zili Shao for further information and support.