Re: udp server in kernel mode

2001-05-31 Thread Lee Ho
I think this example would be help. Linux Magazine December 2000 The Design of an In-Kernel Server by Alessandro Rubini http://www.linux-mag.com/2000-12/gear_01.html *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Lee, Ho. Software Engineer, Embedded Linux Dep, LinuxOne ICQ

Re: File read

2001-05-31 Thread Lee Ho
/klib.tar.gz *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Lee, Ho. Software Engineer, Embedded Linux Dep, LinuxOne ICQ : #52017992, Mail : [EMAIL PROTECTED], [EMAIL PROTECTED] Homepage : http://flyduck.com, http://linuxkernel.to Anil Kumar Wrote: >How do i read file within the ker

porting to linux kernel 2.4

2001-03-11 Thread Lee Ho
le/port-2.4/eng/ *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Lee, Ho. Software Engineer, Embedded Linux Dep, LinuxOne Mail : [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (personal) Homepage : http://flyduck.com, http://linuxkernel.to - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: Multiple file module build problems

2001-03-01 Thread Lee Ho
It seems that linker tried to build executable file. When building multiple module source into one module object file, ld with '-r' option is used. ld -r -o scharmod.o schar.o procschar.o *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Lee, Ho. Software Engineer, Embe