Using the Windows Driver Framework to build better drivers

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 10

  • @vapon
    @vapon 3 หลายเดือนก่อน

    Blue screens are good... good to know!

  • @stryker2k2
    @stryker2k2 4 ปีที่แล้ว +1

    Awesome info! Thank you for hosting this video.

  • @ttawo
    @ttawo 2 ปีที่แล้ว +1

    thanks so much man

  • @HimuraSemi
    @HimuraSemi 4 ปีที่แล้ว +3

    this windows driver foundation causes my pc high cpu usage

  • @maxheadrom3088
    @maxheadrom3088 2 ปีที่แล้ว

    Please, forward this lecture to Mackie from LOUD technologies. They build awesome and durable audio gear that easily lasts half a century and then don't update their drivers. I'm watching the lecture so get a feeling about writing device drivers.
    One quick question if someone who worked with firewire: why some Onyx i Mixers have drivers for Windows 8.1 and some only for Windows 7? The windows 7 compatible version is older. Thanks!!!

  • @dpicollege
    @dpicollege 5 ปีที่แล้ว +1

    how to remove loaded driver from windows?

  • @runsolomon
    @runsolomon 6 ปีที่แล้ว +1

    I wonder if you can write complex display drivers

    • @harleyarmstrong5947
      @harleyarmstrong5947 ปีที่แล้ว

      Hi, 5 years too late, but display drivers use something called the WDDM - Windows Display driver model. It consists of a UMD and KMD and they use the WDM miniport model described at the beginning of the talk. The kernel mode API to give ownership of your Display adapter's WDM node is DxgkInitialize or DxgkInitializeDisplayOnlyDriver. If you lookup these APIs you will see all the DDI callbacks you need to implement for both your KMD and UMD drivers.

  • @maryamshabani4858
    @maryamshabani4858 6 ปีที่แล้ว +1

    I wish you would provide source codes here. Thanks

    • @Gazcan
      @Gazcan 4 ปีที่แล้ว +3

      He showed source code in the presentation?