c or linux
[공부중] memory mapped / io mapped
'김용환'
2011. 4. 19. 17:13
memorymapped 는 메모리 주소
iomaped는 포트로 어드레스 매핑
write는 보통 메모리 access
in/out은 보통 IO access
그러나 커널에서 아무거나 쓸 수 있도록 관리되어 있다.
내부는 cpu dependent 하게 되어 있다.