diff options
-rw-r--r-- | arch/x86_64/boot/video.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/video.S b/arch/x86_64/boot/video.S index 6090516..8143c95 100644 --- a/arch/x86_64/boot/video.S +++ b/arch/x86_64/boot/video.S @@ -1977,7 +1977,7 @@ store_edid: movw $0x4f15, %ax # do VBE/DDC movw $0x01, %bx movw $0x00, %cx - movw $0x01, %dx + movw $0x00, %dx movw $0x140, %di int $0x10 |