microsoft / graphics-driver-samples

This repository contains graphics driver samples used to demonstrate how to write graphics driver for the windows platform.
Other
381 stars 134 forks source link

Merge full_driver branch back into master branch #40

Closed jordanrh1 closed 8 years ago

jordanrh1 commented 8 years ago

This change adds presentation support to the render only driver.

marekkedzierski commented 8 years ago

Jordan,

Are you sure that kernel.img is working? I've tried full driver install and after exchanging kernel.img device does not boot at all. Any ideas?

Thanks,

Marek

jordanrh1 commented 8 years ago

Hi Marek, I'm investigating the issue. Which OS build are you running? Is it 10586?

marekkedzierski commented 8 years ago

Hi Jordan,my version:

Windows 10 Kernel Version 10586 MP (4 procs) Free ARM (NT) Thumb-2

After installing your kernel.img, I'm getting only colorful screen. I've found that you removed devcon.exe update ros.inf ACPI\BCM2850 command from install instructions. Is that ok?

Thanks!

Marek

marekkedzierski commented 8 years ago

Jordan, I saw that you added new files and updated install instructions. Please let me know when you're done. I'll try to install full driver.

Thanks!

Marek