what is memory mapped / IO mapped ? Which calls used for
this to access any hardware address in linux device driver ?
Answers were Sorted based on User's Feedback
Answer / kiran
In the case of memory mapped I/O, CPU treats the IO
peripherals as similar to memory locations and use memory
read and memory write instrcutions.
Where as in case of IO mapped IO there is separated address
space and separate instructions like IN and Out to access
IO mapped IO devices.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / shafi
Memory mapped uses the same address space as the RAM.
I0 mapped as there own address space
| Is This Answer Correct ? | 4 Yes | 0 No |
Without using w command how can Iknow that who are users logged in and what they are doing and whether they are idle or running mode?
tell me some of the Linux HotKeys do you know?
You want to create a compressed backup of the users' home directories. What utility should you use?
how u use the iptable firewall to restrict ssh,telnet,ftp
I want to configure production interface and manage interface, how to configure both interfaces in Linux. please post the answers
What are main anti-spam features available in sendmail?
How do display error messages instantly when command fails?
How to sort a file of size 2N bytes, if I have N bytes of memory?
why accounting Software does not support on linux?
how can i make an user to nologin without locking the account for the user
expalin the process of kickstart installation?
Give a Linux shell command to find all files in a directory which contain ip addresses.