NeXTSTEP DriverKit: Difference between revisions
Jump to navigation
Jump to search
Onionmixer (talk | contribs) (NeXTSTEP DRIVER KIT 목차 수정) |
Onionmixer (talk | contribs) (목차 수정) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
원본-영어<br> | 원본-영어<br> | ||
http://www.nextcomputers.org/NeXTfiles/Docs/NeXTStep/3.3/nd/OperatingSystem/Part3_DriverKit/ | |||
Line 55: | Line 55: | ||
===특정 장치에 대한 지원=== | ===특정 장치에 대한 지원=== | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter3_Desc|Support for Specific Devices]] | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter3_1|Development Support]] | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter3_2|Warnings]] | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter3_3|Display Devices]] | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter3_4|Network Devices]] | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter3_5|SCSI Controllers and Peripherals]] | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter3_6|Sound Devices]] | ||
=== | ===드라이버를 빌드, 설정 및 디버깅하기=== | ||
* [[:NeXTSTEPDRIVERKIT:Chapter4_Desc|Building, Configuring, and Debugging Drivers]] | |||
* [[:NeXTSTEPDRIVERKIT:Chapter4_1|Driver Bundles]] | |||
* [[:NeXTSTEPDRIVERKIT:Chapter4_2|Configuring Drivers]] | |||
* [[:NeXTSTEPDRIVERKIT:Chapter4_3|Loading a Driver with driverLoader]] | |||
* [[:NeXTSTEPDRIVERKIT:Chapter4_4|Recovering from a Bad Configuration]] | |||
* [[:NeXTSTEPDRIVERKIT:Chapter4_5|Debugging a Driver]] | |||
===Driver Kit 레퍼런스=== | ===Driver Kit 레퍼런스=== | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter5_Desc|Driver Kit Reference]] | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter5_Functions|Functions]] | ||
=== | ====Other Features==== | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter5_AutoDetectionofDevices|Auto Detection of Devices]] | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter5_Protocols|Protocols]] | ||
* [[:NeXTSTEPDRIVERKIT:Chapter5_TypesandConstants|Types and Constants]] | |||
* [[:NeXTSTEPDRIVERKIT:Chapter5_Classes|Classes]] | |||
Line 107: | Line 92: | ||
===장치 드라이버를 작성할때 추천할만한 문서=== | ===장치 드라이버를 작성할때 추천할만한 문서=== | ||
* [[:NeXTSTEPDRIVERKIT: | * [[:NeXTSTEPDRIVERKIT:Chapter6_Contents|Suggested Readings on Writing Device Drivers]] |
Latest revision as of 12:56, 28 January 2018
- NeXTSTEP DriverKit
사이트
없음
원본-영어
http://www.nextcomputers.org/NeXTfiles/Docs/NeXTStep/3.3/nd/OperatingSystem/Part3_DriverKit/
번역진행
Google Translation / Naver Papago
검수진행
없음
NeXTSTEP DriverKit
머리말(Preface)
Driver Kit 아키텍처
- Driver Kit Architecture
- Driver Kit Components
- Device and Bus Support
- Driver Structure
- Driver Classes and Instances
- The User-Level Interface to Drivers
- How IODevice Objects are Created
- I/O and Interrupt Requests
Driver 설계하기
- Designing a Driver
- Driver Writing Guidelines
- Creating and Initializing Drivers
- Connecting a Driver to Other Drivers
- Interfacing with the Driver
- Threads in Kernel-Level Drivers
- Synchronizing Driver Requests with the I/O Thread
- Handling Interrupts
특정 장치에 대한 지원
- Support for Specific Devices
- Development Support
- Warnings
- Display Devices
- Network Devices
- SCSI Controllers and Peripherals
- Sound Devices
드라이버를 빌드, 설정 및 디버깅하기
- Building, Configuring, and Debugging Drivers
- Driver Bundles
- Configuring Drivers
- Loading a Driver with driverLoader
- Recovering from a Bad Configuration
- Debugging a Driver
Driver Kit 레퍼런스
Other Features