Console Rearchitect
Some defects have been uncovered during or after the development. Fixing these defects are not easy or will introduce ugly written code within the current architecture. So we need to do some changes for console refinement.
- Implement console lock (vlock) and get rid of the locking ability provided by vtdaemon. This will release vtdaemon to be a real daemon.
- Make wc module fully hot. Currently the wc module is single threaded, it needs to be multi-threaded to achieve higher throughput.
The above are what can be thought of now. And the list may get updated day by day.