We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39f679 commit 914bfdcCopy full SHA for 914bfdc
1 file changed
asm/include/sysvar.inc
@@ -100,11 +100,12 @@ VBEModeInfoBlock.Reserved2 equ VBEModeInfoBlock + 48 ; DD - Reserved - always s
100
101
102
103
-FB: equ 0x0000000000005F00 ;; 8 bytes, 256 bytes.
104
-FB_SIZE equ 0x0000000000005F08 ;; 8 bytes, Frame buffer size (bytes)
105
-HR: equ 0x0000000000005F10 ;; 2 bytes, Screen X
106
-VR: equ 0x0000000000005F12 ;; 2 bytes, Screen Y
107
-PPSL: equ 0x0000000000005F14 ;; 2 bytes, PixelsPerScanLine
+FB: equ 0x00005F00 ;; 8 bytes, 256 bytes.
+FB_SIZE equ 0x00005F08 ;; 8 bytes, Frame buffer size (bytes)
+HR: equ 0x00005F10 ;; 2 bytes, Screen X
+VR: equ 0x00005F12 ;; 2 bytes, Screen Y
+PPSL: equ 0x00005F14 ;; 2 bytes, PixelsPerScanLine
108
+BPP: equ 0x00005F16 ;; 2 bytes, bpp
109
110
111
0 commit comments