[Rgmp-discuss] Project TODO list
Brought to you by:
yuq825
|
From: Qiang Yu <yu...@gm...> - 2012-06-28 12:23:56
|
Hi guys,
I've been building YUQIX for some time. Now YUQIX has some basic features
like:
1. Virtual memory management.
2. User-kernel space.
3. File system.
4. Priority based task schedule system.
But here remains something TO DO listed bellow:
1. Rewrite virtual device, seperate data transfer from programming
interface.
Data transfer is static queue and dynamic queue; programming interface
is virtual device.
2. Need a more accurat clock system, drop the useless tick system.
3. Implement network stack.
4. Port C and C++ library.
5. Need a log system.
6. common static data structure alloc system.
7. implement task priority based wake up system.
8. timeout semaphore and wait.
9. signal system.
I will continue to working on YUQIX; also anyone interests in any part and
will to spend some time on improving YUQIX please let me know.
PS: The first YUQIX alpha release and document are on the way.
Regards,
Qiang Yu
|