NeXTSTEPDRIVERKIT:Chapter2 Desc

From 흡혈양파의 번역工房
Revision as of 13:16, 9 October 2017 by Onionmixer (talk | contribs) (NeXTSTEP DRIVER KIT 드라이버 설계하기 내용 추가)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Designing a Driver

드라이버 설계하기

The previous chapter covered basic Driver Kit concepts. This chapter discusses details of how to design Driver Kit drivers:
이전 장에서는 Driver Kit 의 기본 개념에 대해 설명했습니다. 이 장에서는 Driver Kit 드라이버를 설계하는 방법에 대해 자세히 설명합니다.

  • How to create and initialize a driver
    드라이버를 생성하고 초기화하는 방법
  • How tasks and threads work in drivers and how to communicate with the I/O thread
    드라이버에서 작업과 스레드가 작동하는 방법 및 I/O 스레드와 통신하는 방법
  • How to handle interrupts
    인터럽트 처리 방법
  • How to connect a driver with other drivers it needs to communicate with
    통신에 필요한 다른 드라이버와 드라이버를 연결하는 방법

Information about specific kinds of drivers—for example, how to write a SCSI controller driver—is in Chapter 3, "Support for Specific Devices."
특정 종류의 드라이버 (예 : SCSI 컨트롤러 드라이버 작성 방법)에 대한 정보는 3 장, "Support for Specific Devices" 에 있습니다.