api change done
This commit is contained in:
parent
2cf3a817dd
commit
1a283222f7
7 changed files with 900 additions and 356 deletions
10
doc/API.md
10
doc/API.md
|
|
@ -1,4 +1,9 @@
|
|||
# BDA (Bios Data Area) Custom
|
||||
# API
|
||||
|
||||
* [CGA](/doc/CGA.md) controleur graphique
|
||||
|
||||
|
||||
## BDA (Bios Data Area) Custom
|
||||
|
||||
Le projet utilise une extension de la BDA standard IBM PC.
|
||||
|
||||
|
|
@ -16,4 +21,5 @@ Le projet utilise une extension de la BDA standard IBM PC.
|
|||
|
||||
0800:0000 : Stack (0x8000 - 0x18000 approx) ou Code (selon boot.asm).
|
||||
|
||||
B800:0000 : VRAM CGA.
|
||||
B800:0000 : VRAM CGA.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue