윈도우 서버 2022 드라이버 - windou seobeo 2022 deulaibeo

주요 콘텐츠로 건너뛰기

이 브라우저는 더 이상 지원되지 않습니다.

최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.

Microsoft Edge 다운로드 Internet Explorer 및 Microsoft Edge에 대한 추가 정보

영어로 읽기

영어로 읽기

Windows Server 2022의 새로운 기능

  • 아티클
  • 09/24/2022
  • 읽는 데 4분 걸림

이 문서의 내용

이 섹션에서는 Windows Server 2022의 드라이버 개발을 위한 새로운 기능 및 업데이트에 대해 설명합니다.

커널

DMA/MDL 업데이트

새 API 페이지:

  • PCREATE_COMMON_BUFFER_FROM_MDL 콜백 함수
  • DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_TYPE 열거형
  • DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_ACCESS_TYPE 열거형
  • DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION 구조체

업데이트 날짜:

  • DMA_OPERATIONS 구조체(새 필드 CreateCommonBufferFromMdl)

NUMA(비일복 메모리 액세스)

새 API 페이지:

  • KeQueryNodeActiveAffinity2
  • KeQueryNodeActiveProcessorCount

업데이트 날짜:

  • KeQueryNodeActiveAffinity
  • xKeQueryLogicalProcessorRelationship

NetAdapterCx

  • 새로운 NetAdapterCx PLDR(플랫폼 수준 디바이스 재설정) 기능은 시스템을 다시 부팅하지 않고도 오작동하는 네트워크 디바이스를 재설정하고 복구하는 효과적인 방법을 제공합니다.

  • 다음 하드웨어 오프로드에 대한 NetAdapterCx 지원이 업데이트되었습니다.

    • 체크섬 오프로드

    • 일반 송신 오프로드(GSO)

    • Receive Segment Coalescing (RSC)

네트워킹

새로운 네트워크 드라이버 설명서 및 기능은 다음과 같습니다.

  • 새 NDIS 패킷 타임스탬핑 기능은 PTP(Precision Time Protocol) 버전 2에 대한 NIC(네트워크 인터페이스 카드)의 하드웨어 타임스탬핑 기능을 지원합니다.

  • 새로운 NDIS 폴링 모드 기능은 네트워크 인터페이스 데이터 경로를 구동하는 OS 제어 폴링 실행 모델입니다.

  • VMMQ(가상 머신 다중 큐) NIC 오프로드 기술은 네이티브 RSS(RSSv1)를 Hyper-V 가상 환경으로 확장합니다.

WDF(Windows 드라이버 프레임워크)

Windows Server 2022에서 WDF(Windows Driver Framework)에는 KMDF(Kernel-Mode Driver Framework) 버전 1.33 및 UMDF(User-Mode Driver Framework) 버전 2.33이 포함되어 있습니다.

이러한 프레임워크 버전에 포함된 내용에 대한 자세한 내용은 Windows 10 WDF 드라이버의 새로운 기능입니다. 이전 버전의 WDF에서 추가된 내용을 보려면 다음을 참조하세요.

  • KMDF 버전 기록
  • UMDF 버전 기록

디버거

WinDbg 미리 보기 디버거의 새로운 내용에 대한 자세한 내용은 WinDbg 미리 보기 - 새로운 기능입니다. 주요 기능은 다음과 같습니다.

  • 이식 가능한 PDB 기호 지원 .
  • Open Enclave 디버깅 지원 - WinDbg 미리 보기는 이제 OE(Open Enclave) 애플리케이션을 디버그할 수 있습니다.
  • 사용자 모드 시간 이동 디버깅의 경우 새 타임라인 창에는 예외, 중단점, 함수 호출 및 메모리 액세스와 같은 추적의 중요한 이벤트를 시각적으로 표시합니다. 자세한 내용은 WinDbg 미리 보기 - 타임라인을 참조하세요.

KDNET 네트워크 커널 디버깅 자동 설정, KDNET을 사용하여 Arm 디바이스에서 USB EEM을 통한 Kernel-Mode 디버깅 설정, KDNET을 사용한2PF Kernel-Mode 디버깅 설정과 같은 전송 토픽을 업데이트하고 추가합니다.

새 섹션에 라이브 덤프 코드를 나열하는 것을 포함하여 버그 검사 중지 코드 토픽 추가 및 업데이트 - 커널 라이브 덤프 코드 참조.

드라이버 품질

새 CodeQL 및 정적 도구 로고 테스트 및 추가 Windows 드라이버 CodeQL 쿼리.

드라이버 Verfier 규칙에 대한 업데이트 및 추가(예: 새 DoubleFetch 규칙).

드라이버 보안

드라이버 보안 검사 목록에 대한 업데이트입니다.

오디오

업데이트된 항목 및 다음을 비롯한 새 항목:

  • Windows 10 시작하는 기본 오디오 엔드포인트 선택
  • 다중 음성 도우미
  • 음성 활성화
  • 짧은 대기 시간 오디오

KsStudio 유틸리티에 대한 새로운 온라인 도움말입니다.

이 문서의 내용

Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

What's new in Windows Server 2022

  • Article
  • 05/20/2022
  • 2 minutes to read

In this article

This section describes new features and updates for driver development in Windows Server 2022.

Kernel

DMA/MDL updates

New API pages:

  • PCREATE_COMMON_BUFFER_FROM_MDL callback function
  • DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_TYPE enumeration
  • DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_ACCESS_TYPE enumeration
  • DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION structure

Updated:

  • DMA_OPERATIONS structure (new field CreateCommonBufferFromMdl)

NUMA (Non-Uniform Memory Access)

New API pages:

  • KeQueryNodeActiveAffinity2
  • KeQueryNodeActiveProcessorCount

Updated:

  • KeQueryNodeActiveAffinity
  • xKeQueryLogicalProcessorRelationship

NetAdapterCx

  • The new NetAdapterCx platform-level device reset (PLDR) feature provides an effective way to reset and recover malfunctioning network devices without rebooting the system.

  • NetAdapterCx support for the following hardware offloads has been updated:

    • Checksum offload

    • Generic send offload (GSO)

    • Receive Segment Coalescing (RSC)

Networking

New network driver documentation and features include:

  • The new NDIS packet timestamping feature supports the hardware timestamping capability of a network interface card (NIC) for the Precision Time Protocol (PTP) version 2.

  • The new NDIS Poll Mode feature is an OS controlled polling execution model that drives the network interface datapath.

  • The Virtual Machine Multiple Queues (VMMQ) NIC offload technology extends Native RSS (RSSv1) to a Hyper-V virtual environment.

Windows Driver Frameworks (WDF)

In Windows Server 2022, the Windows Driver Framework (WDF) includes Kernel-Mode Driver Framework (KMDF) version 1.33 and User-Mode Driver Framework (UMDF) version 2.33.

For info on what's included in these framework versions, see What's New for WDF Drivers in Windows 10. To see what was added in previous versions of WDF, see:

  • KMDF Version History
  • UMDF Version History

Debugger

For information on what is new on the WinDbg Preview debugger, see WinDbg Preview - What's New. Highlights include:

  • Portable PDB Symbols support.
  • Support for Open Enclave debugging- WinDbg Preview can now debug Open Enclave (OE) applications.
  • For user mode time travel debugging, a new timeline window displays a visual representation of important events in your trace: exceptions, breakpoints, function calls, and memory accesses. For more information, see WinDbg Preview - Timeline.

Updates and addtions to debug transport topics, such as Setting Up KDNET Network Kernel Debugging Automatically, Setting Up Kernel-Mode Debugging over USB EEM on an Arm device using KDNET and Setting Up 2PF Kernel-Mode Debugging using KDNET.

Bugcheck stop code topic addtions and updates, including listing live dump codes in a new section - Kernel Live Dump Code Reference.

Driver Quality

New CodeQL and the Static Tools Logo Test and Supplemental Windows Driver CodeQL Queries.

Updates and additions to Driver Verfier rules, for example the new DoubleFetch rule.

Driver Security

Updates to the Driver Security Checklist.

Audio

Updated and new topics including:

  • Default Audio Endpoint Selection Starting in Windows 10
  • Multiple Voice Assistant
  • Voice Activation
  • Low Latency Audio

New online help for the KsStudio Utility.

Feedback

Submit and view feedback for