wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Screen becomes black after running /sbin/reboot #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When booting the latest trunk version of FreeNOS the system
comes up fine with the Shell prompt. However when /sbin/reboot is
executes (and the system restarts), the screen turns black after FreeNOS
is loaded again by GRUB. I suspect some of the components is using
uninitialized memory or expects memory to be zero.

Original issue reported on code.google.com by nieklinn...@gmail.com on 11 Aug 2009 at 9:21

GoogleCodeExporter commented 9 years ago
This issue has been fixed in revision 358. The black screen was caused by a 
crash of
the Terminal server, due to the uninitialized variable cursorPos in the 
Terminal class.

Original comment by nieklinn...@gmail.com on 5 Sep 2009 at 9:29