python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using the CGA/EGA/VGA planar graphics modes
I have trouble to grasp how to use colors in CGA/EGA/VGA video graphics modes. The video modes I'm particularly interested in are 0Dh (EGA 320x200) and 12h (VGA 640x480). Both of these modes have 4 pl...
MegaBrutal
Votes: 0
Answers: 1
Creating own moveto() function in C for use in 0x13 VGA mode xv6
I need to draw a square using 4 system call methods that I create personally. I cannot use things like graphics.h
The functions I'm required to make are as follows (not including params):
int sys_move...
Alexander Griffin
Votes: 0
Answers: 1