We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8785c91 commit 1eaedc1Copy full SHA for 1eaedc1
src/video_mode/vga_320x200.s
@@ -19,7 +19,7 @@ vga_map_frame_buffer_loop:
19
mov [_p1 + ecx * 8], eax
20
21
add eax, 4096
22
- cmp eax, 0xbffff
+ cmp eax, 0xc0000
23
jl vga_map_frame_buffer_loop
24
25
ret
src/video_mode/vga_text_80x25.s
0 commit comments