From: Paolo M. <pao...@gm...> - 2008-03-09 15:45:06
|
hi colinux developers and users. I have two things to communicate (a post and a question) 1) with the 0.7.1 if I use stty rows n , where n>25 , Windows crash This is not an important problem, but it is an error. I tried to understand where is the problem (into the source) but I wan unabile to do it. I'm sorry :=( 2) I have tried to adjust the console-nt to have a larger console, for example 80x40. I have modified some lines in the code : src/colinux/kernel/monitor.c:915: rc = co_console_create(80, 40 /* 25 */ , 0, &cmon->console); // BY PAOLO src/colinux/os/linux/kernel/module/.module.kernel_build/monitor.c:915: rc = co_console_create(80, 40 /* 25 */ , 0, &cmon->console); // BY PAOLO src/colinux/os/current/user/console-nt/widget.cpp:125 r.bottom = fs.Y * 40; // 25; BY PAOLO src/colinux/os/current/user/console-nt/widget.cpp:141 size.Y = 40 ; // 25 ; PAOLO ~/build/linux-2.6.22-source/drivers/video/console:63 c->vc_rows = 40; // 25; BY PAOLO recompile all. Colinux on Win32 starts ok, but afterm some messages the system crash and my PC reboots. I have searched something like "4000" (=80x25) or "8000" (=80*25*2, for char and attribute) but nothing. I know that it is possbile use putty, but the console sometimes is more useful. If someone have ideas, please submit it. Regards, Paolo Minazzi |