Subversion Repositories Kolibri OS

Rev

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

Rev 1638 Rev 2010
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 1638 $
16
$Revision: 2010 $
17
 
17
 
18
 
18
 
Line 142... Line 142...
142
 
142
 
143
  .fpu_state       dd ?            ;+16
143
  .fpu_state       dd ?            ;+16
144
  .ev_count_       dd ? ;unused    ;+20
144
  .ev_count_       dd ? ;unused    ;+20
145
  .exc_handler     dd ?            ;+24
145
  .exc_handler     dd ?            ;+24
146
  .except_mask     dd ?            ;+28
146
  .except_mask     dd ?            ;+28
147
  .pl0_stack       dd ? ;unused    ;+32
147
  .pl0_stack       dd ?            ;+32
148
  .heap_base       dd ?            ;+36
148
  .heap_base       dd ?            ;+36
149
  .heap_top        dd ?            ;+40
149
  .heap_top        dd ?            ;+40
150
  .cursor          dd ?            ;+44
150
  .cursor          dd ?            ;+44
151
  .fd_ev           dd ?            ;+48
151
  .fd_ev           dd ?            ;+48
Line 248... Line 248...
248
 
248
 
Line 249... Line 249...
249
; display
249
; display
250
 
250
 
-
 
251
include "video/vesa12.inc"   ; Vesa 1.2 functions
251
include "video/vesa12.inc"   ; Vesa 1.2 functions
252
include "video/vesa20.inc"   ; Vesa 2.0 functions
252
include "video/vesa20.inc"   ; Vesa 2.0 functions
253
include "video/blitter.inc"  ;
Line 253... Line 254...
253
include "video/vga.inc"      ; VGA 16 color functions
254
include "video/vga.inc"      ; VGA 16 color functions