Maystyle :
Admin : New post
Guestbook
Local
media
Catergories
Recent Articles
Recent Comments
Recent Trackbacks
Calendar
Tag
Archive
Link
Search
 
  Win32 API, CSRSS.exe, Win32k.sys 
작성일시 : 2007. 9. 18. 10:32 | 분류 : Windows Server/Kernel

Win32API 는 Windows Application 을 작성하기 위한 API 모음이다.
CSRSS.exe 는 한 프로세스 내에서 Process 나 Thread의 생성 삭제 context swithing을 관장 한다.

- thread context switching
  cpu가 실행하기 위한 메모리 (register)의 명령이 변경 되는 것을 말함

또한 GDI 호출을 위한 interface를 제공하는데, 이때 호출하는 그래픽 드라이버가 Win32k.sys 다.

|