Dear All :
I wrote a small module to print "hello world " . when I comiple it under kernel
2.2 , everything works fine.
the output " printk unsolve " appear under 2.4.2 .
with kernel 2.2. , I can find "printk " in the /proc/ksyms , but
with kernel 2.4.2 , only "printk_Rsmp" symbol .
Does anyone know how to solve the problem ? Thanks you a lot.
Try the following patch to linux/kernel/Makefile. If it works fine let me
know and we can get it into the standard tree.
MS: (n) 1. A debilitating and surprisingly widespread affliction that
renders the sufferer barely able to perform the simplest task. 2. A disease.
James Simmons [[email protected]] ____/|
fbdev/console/gfx developer \ o.O|
http://www.linux-fbdev.org =(_)=
http://linuxgfx.sourceforge.net U
http://linuxconsole.sourceforge.net
--- Makefile.orig Sun Apr 15 10:06:40 2001
+++ Makefile Sun Apr 15 10:06:51 2001
@@ -9,7 +9,7 @@
O_TARGET := kernel.o
-export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.o
+export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.o printk.o
obj-y = sched.o dma.o fork.o exec_domain.o panic.o printk.o \
module.o exit.o itimer.o info.o time.o softirq.o resource.o \