Subversion Repositories Kolibri OS

Rev

Rev 4429 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4429 Rev 4457
Line 21... Line 21...
21
 
21
 
22
 
22
 
Line 23... Line -...
23
; If you're planning to write your own video driver I suggest
-
 
24
; you replace the VESA12.INC file and see those instructions.
-
 
25
 
-
 
26
;Screen_Max_X             equ     0xfe00
-
 
27
;Screen_Max_Y            equ     0xfe04
-
 
28
;BytesPerScanLine        equ     0xfe08
-
 
29
;LFBAddress              equ     0xfe80
-
 
Line 30... Line 23...
30
;ScreenBPP               equ     0xfbf1
23
; If you're planning to write your own video driver I suggest
31
 
24
; you replace the VESA12.INC file and see those instructions.
32
 
25
 
33
 
26