Start document on EGA video
This commit is contained in:
parent
13e32675a1
commit
22c1d45e59
1 changed files with 11 additions and 0 deletions
11
doc/ega.txt
Normal file
11
doc/ega.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue