From: yin s. <sun...@gm...> - 2012-09-15 18:51:51
|
no need to figure out how to debug in kernel module. you need to solve this problem " colinux-console-fltk not found" did you build/patch/install fltk as mentioned (not that straightforward though) by the building guide under doc directory? if you have the fltk console built, this is the gui client that will talk to colinux kernel. you can manually run the console after colinux kernel booted. On Sat, Sep 15, 2012 at 5:37 AM, deneme.true <den...@gm...> wrote: > Below, some situations exists that take my attention: > --- > > I set host's file system as ext4 when installing debian squeeze. > > Is this make problem for mounting rootfs.img as ext3? > > When I press Ctrl+C it exits from coLinux boot process. > > At boot process: > > At below gcc version and Debian version is indicated: > > Linux version 2.6.33.7-co-0.7.10 (yyyy@yyyy) (gcc version 4.4.5 (Debian > 4.4.5-8) > > after that I've seen this: > > sh: colinux-console-fltk: not found > > I've already add to the current directory to path(PATH=.:$PATH) but > coLinux complains that couldn't found colinux-console-fltk. > > And If I want to debug output of the module with this command: > > sudo insmod colinux.ko debug_misc=31 > > It fails too and daemon couldn't run. > |