On 9/20/05, raja <vnagaraju@xxxxxxxxxxxx> wrote: > Hi, > Where can i get the addresses of the x86 registers and ports. > and i am following the book "Linux Device Drivers" third edition by > rubini. Registers don't have addresses they accessed through special symbols EAX,EBX and so on .. you can consult Intel's IA32 System Programmer Manual for them .... Ports although depends on the hardware, but some serial/parallel etc ports are fixed to some numbers tooo > but there it is given a link for source code of the book.But i am unable > to get the source code.Is there any way to get the source code of the > book > You can get the source for LDD3 from http://examples.oreilly.com/linuxdrive3/ -- Fawad Lateef -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/