As Linux becomes more and more popular in many fields of science and industry, RTLinux is also widely used. But RTLinux only provides basic services, it does not support dynamic memory management, and it¡¯s I/O support is not good enough either. There is a facility called RTFIFO in RTLinux. This method is inconvenient because developers have to provide a user space program for every real-time thread. In this paper, we studied dynamic memory management algorithms, and implemented the dynamic memory management module based on TLSF algorithm in RTLinux. Then we analyzed I/O mechanism used in RTLinux and designed a new I/O mechanism, RTL-IO. We have already used RTL-IO into Cyber data acquisition simulation system.