VGA and SVGA code examples
https://makertube.net/w/sQSZJcxh8CRuMZWVh8Q6aF
John Bintz 135fa6c2e8 | ||
---|---|---|
.gitignore | ||
README.md | ||
bmp.c | ||
bmp.h | ||
chkn640.bmp | ||
dpmi.c | ||
dpmi.h | ||
main.c | ||
makefile | ||
run | ||
setup.sh | ||
svga.c | ||
vesa.c | ||
vesa.h | ||
vga.asm |
README.md
VGA logic units in 256 colors and SVGA mode usage
Some code to exercise the four logic units of the VGA card in 256 color mode, as well as code that gets SVGA mode working. Most of this is in C, but some of it's in assembler to help me learn assembler better, as well as get comfortable with C/asm interop on x86.