rdos/doc/ega.txt
2020-04-20 21:41:42 +02:00

12 lines
208 B
Plaintext

# Enhanced Graphics Adapter
EGA is the successor of CGA, while itself being succeeded by VGA.
## Detection
mov ah, 12h
mov bl, 10h
int 0x10
If there is an EGA (or up) display present, bl will be changed.