Search the web
Sign In
New User? Sign Up
linux-bangalore-programming · LB Programming Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2653 - 2682 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2653
hello friend, you have spoken about the device normally mknod is used after inserting a driver. i want to know which .c file was infact inserted. where is the...
maneesh menon
pleaseinform...
Offline Send Email
Mar 1, 2003
4:45 pm
2654
Hi there, I have not found better place than this to ask such a question ( may be i am to impressed with this list and clear response i get). We have...
Sunil Parolia
paroliasunil
Offline Send Email
Mar 1, 2003
4:47 pm
2655
Hi All,, This is about the IDT and the BIOS. I am a beginner so , correct me if i am on the wrong track. I am of the notion that : Just like in DOS the NET...
wortecks <wortecks@...>
wortecks
Offline Send Email
Mar 2, 2003
5:16 pm
2656
... Non of the 32 Bit OS ( Linux, WinNT, etc.. ) will use Bios rouitine, they will have there own low level drivers to communicate with hardwre directly thru...
int3
kssatish@...
Send Email
Mar 3, 2003
5:06 am
2657
Hi ! Well I am not sure of it, but just wanted to say, try reading "../driver/input", also check out which driver is loaded for your kernel, try "lsmod", In my...
Vigneshwar Baliga
vigneshwarb@...
Send Email
Mar 3, 2003
6:19 am
2658
Hi Madhu !, Ya I Have Implemented the queue, but not tested it still, In case of this kernel_thread, I was a bit confused after seeing the code, in...
Vigneshwar Baliga
vigneshwarb@...
Send Email
Mar 3, 2003
6:19 am
2659
... this kernel_thread, I was a bit confused after seeing the code, >in ..2.x.x/arch/i386/kernal/process.c , there is a comment saying "free current thread"...
int3
kssatish@...
Send Email
Mar 3, 2003
6:25 am
2660
Yes that's very true !, I just wanted to know .. If there is some function to kill, assuming that both the code for creating and killing lies in the same .c...
Vigneshwar Baliga
vigneshwarb@...
Send Email
Mar 3, 2003
7:06 am
2661
Vignesh, In cleanup: Call kill_proc to send signal SIGTERM to thread pid. In thread main loop : Check for pending signal through signal_pending(current). If...
madhu@...
Send Email
Mar 3, 2003
4:09 pm
2662
hello Vigneshwar, i tried it, but in my pc i have binfmt_misc in /proc/modules when ther is netrwoking and all options icluded , but without it is something...
maneesh menon
pleaseinform...
Offline Send Email
Mar 3, 2003
4:09 pm
2663
Hi Is it possible for a process to access the address the IDT ? Or is it that the user processes calls a System process which accesses the IDT and the routine...
suman
suman_karumuri
Offline Send Email
Mar 3, 2003
5:54 pm
2664
can u read my 5th mail back ? ... From: "suman" <mansu@...> To: <linux-bangalore-programming@yahoogroups.com> Sent: Monday, March 03, 2003 10:49 PM ...
int3
kssatish@...
Send Email
Mar 4, 2003
4:12 am
2665
Hi ! Well the module you discribed "binfmt_misc" is a utility (may be I am wrong) that helps in executing executable of other binary format or so, I mean...
Vigneshwar Baliga
vigneshwarb@...
Send Email
Mar 4, 2003
4:51 am
2666
Hi Madhu !, Thanks !, I'll try it !, I'll let you know once I have finished ! bye.. Vignesh Baliga ... Vignesh, In cleanup: Call kill_proc to send signal...
Vigneshwar Baliga
vigneshwarb@...
Send Email
Mar 4, 2003
4:51 am
2667
Hi ! I dont know much about his topic, but just a suggn, There is some info on Interrupts and it's working in the book, "Understanding the Linux Kernel" by...
Vigneshwar Baliga
vigneshwarb@...
Send Email
Mar 4, 2003
4:51 am
2668
Hi, I'm having problems upgrading to GTK+ 2.0.6 on my RH8.0 machine. My installation is complete. But still, when I use glade (0.6.4), autogen.sh seems to...
Manu C S
manu@...
Send Email
Mar 4, 2003
11:26 am
2669
Hi maneesh !, As I said, I am not much aware of the input device concept, and the rethat 6.1, but I just can tell you what happened when I tried on my PC (PS/2...
Vigneshwar Baliga
vigneshwarb@...
Send Email
Mar 4, 2003
11:27 am
2670
Hi All... In continuation with our ongoin discussn .. I wud like to put forth a few doubts ... I don`t think Linux can boot with out the Net Bios Chip. Though...
prashant yedla
wortecks
Offline Send Email
Mar 4, 2003
1:18 pm
2671
Hi All, My problem is not with linux as such but springs from there only. I am using RH 7.2, kernel version 2.4.7-10. i have written an application to catch...
Amresh Mahapatra
Amresh.Mahapatra@...
Send Email
Mar 4, 2003
1:18 pm
2672
... for servicing the interrupts. ... Every PC OS need to have BIOS chip, if you read the booting procedure you will understand this clearly how OS will get...
int3
kssatish@...
Send Email
Mar 4, 2003
1:31 pm
2673
I am facing a problem in variable argument passing in linux-gcc-ppc. [om@pandatest1 ~/prg]$ cat macro2.c #define __KERNEL__ #define bet_syslog(warning, format,...
Omanakuttan
omanakuttan@...
Send Email
Mar 4, 2003
5:23 pm
2674
Check the man/whatever help pages available or prog. Manual for u'r OS for the socket fn..there u'll have supported socket types ... From: Amresh Mahapatra...
suman
suman_karumuri
Offline Send Email
Mar 4, 2003
5:48 pm
2675
-- Amresh Mahapatra <Amresh.Mahapatra@...> ... Hi, I remember having read that SOCK_RAW is not fully compatible accross UNIXes. Try using the pcap...
Kiran Kumar
immidi_kiran
Online Now Send Email
Mar 5, 2003
3:19 am
2676
hi all, Iam newbie to kernel programming and have some doubts on a code iam trying to install as a module. (I'am using Version 2.4 ) please comment on the code...
simith_nambiar@...
simithn
Offline Send Email
Mar 5, 2003
5:21 am
2677
Important thing is whenever u get unresolved symbol u should add lib while compiling. use gcc -c -D__KERNEL__ -DMODULE urprogramename.c ... ...
Sudipta Mukhopadhyaya
msudipto2002
Offline Send Email
Mar 5, 2003
6:30 am
2678
Hi, You will need to include the file asm/uaccess.h to use the symbol copy_to_user. Also you have not unregistered the driver on unload. Regards, Kiran Kumar...
Kiran Kumar
immidi_kiran
Online Now Send Email
Mar 5, 2003
8:31 am
2679
... ^^^^^^^^^^^ i think there should not be a space between the '"' , 'format' and '"' try: printk( "<%d> In file %s, line %d, function %s(). "format"\n",\ ...
Damarugendra M
damaru_m
Offline Send Email
Mar 5, 2003
1:49 pm
2680
Must read for kernel threads...!! http://www.scs.ch/~frey/linux/kernelthreads.html Hope that helps, ameya ... From: Vigneshwar Baliga...
Ameya Mitragotri
bondi_ameya
Offline Send Email
Mar 6, 2003
5:12 am
2681
Hi Ameya ! Thanks !, That is a good article, but I guess I won't be able to use it as I am wokring on 2.4.18-x version kernel. ...and I just wanted to tell my...
Vigneshwar Baliga
vigneshwarb@...
Send Email
Mar 6, 2003
6:55 am
2682
Hi, I have used kernel threads sucessfully (starting and stopping) in 2.4.18-3 but then it was in a dynamically loadable module (in the cleanup). I used the...
Ameya Mitragotri
bondi_ameya
Offline Send Email
Mar 6, 2003
8:58 am
Messages 2653 - 2682 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help