Hi,
I added into l4linux a feature that seems to me interesting. With the
following patch, it is possible to hide linux console window with the
following linux command:
echo N > /sys/module/l4fb/parameters/console_visible
The console can be shown with the following command :
echo Y > /sys/module/l4fb/parameters/console_visible
Regards
Marc