读取显示器EDID信息

Deubg命令:

 

a100
mov di, 130
mov ax, 4f15
mov bl, 01
xor dx, dx
int 10
inc cx
cmp ax, 014f
jz 100
int 3

g
d es:130
q


用debug ,可以看到lcd的edid。。

在dos下呼叫Int10是简单的,在windows下就只能抓注册表了。目前,我们工厂没人有能力开发驱动来获得。

你可能感兴趣的:(windows,dos)