본문 바로가기

Types of Windows Drivers Types of Windows Drivers There are two basic types of Microsoft Windows drivers: l User-mode drivers execute in user mode, and they typically provide an interface between a Win32 application and kernel-mode drivers or other operating system components. 유저 모드 드라이버들은 유저 모드에서 실행되고, 일반적으로 Win32 애플리케이션과 커널 모드 장치 혹은 다른 운영 체제 컴포넌트 간의 인터페이스를 제공한다. For example, in Windows Vista, all printer drivers execu.. 더보기
Overview of Windows Components Overview of Windows Components The following figure shows the major internal components of the Windows operating system. NTDLL.DLL을 통해 커널 모드로 진입. System Service Dispatcher가 제어 As the figure shows, the Windows operating system includes both user-mode and kernel-mode components. 그림에 따르면, 그 윈도우 운영 체제는 유저 모드와 커널 모드 컴포넌트들을 포함하고 있다. For more information about Windows user and kernel modes, see User Mo.. 더보기
Virutal address spaces Virutal address spaces 가상 주소 공간 When a process reads or writes to a memory location, it uses a virtual address. As part of the read or write operation, the processor translates the virtual address to a physical address. 읽기 또는 쓰기 작업의 일부로, 그 프로세서는 가상 주소를 물리 주소로 변환한다.. Accessing memory through a virtual address has these advantages: 가상 주소를 통해 메모리 접근하는 것은 아래 이점을 가진다. 1. A program can use a contiguou.. 더보기