# 드라이버 및 라이브러리

- [34. 간단한 UEFI 드라이버 생성](/uefi/uefi-development/driver-library/34.simple-uefi-driver.md)
- [35. 애플리케이션에서 사용할 간단한 라이브러리 생성](/uefi/uefi-development/driver-library/35.simple-library.md)
- [36. Library의 constructor와 destructor, NULL Library](/uefi/uefi-development/driver-library/36.library-constructor-destructor.md): 이번 장에서는 Library의 constructor(생성자)와 destructor(소멸자)에 대해 배운다.
- [37. Shell에 acpiview 명령을 추가하는 방법 조사](/uefi/uefi-development/driver-library/37.shell-acpiview.md)
- [38. 사용자 지정 프로토콜을 만들고 사용하기](/uefi/uefi-development/driver-library/38.installmultipleprotocolinterfaes.md): InstallMultipleProtocolInterfaes와 UninstallMultipleProtocolInterfaces 사용
- [39. RegisterKeyNotify / UnrigisterKeyNotify 함수를 사용해 단축키 기능을 추가하는 드라이버 만들기](/uefi/uefi-development/driver-library/39.registerkeynotify-unrigisterkeynotify.md): 39장에서는 단축키 조합에 대한 callback을 등록하는 드라이버를 만든다
- [40. Key #### NVRAM 변수](/uefi/uefi-development/driver-library/40.key-nvram-variable.md)
