Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 465
Line 1... Line 1...
1
$Revision: 431 $
1
$Revision: 465 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                            ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 121... Line 121...
121
  .cursor	   dd ? 	   ;+44
121
  .cursor          dd ?            ;+44
122
  .fd_ev	   dd ? 	   ;+48
122
  .fd_ev           dd ?            ;+48
123
  .bk_ev	   dd ? 	   ;+52
123
  .bk_ev           dd ?            ;+52
124
  .fd_obj	   dd ? 	   ;+56
124
  .fd_obj          dd ?            ;+56
125
  .bk_obj	   dd ? 	   ;+60
125
  .bk_obj          dd ?            ;+60
-
 
126
  .saved_esp       dd ?            ;+64
-
 
127
  .io_map          rd 2            ;+68
-
 
128
  .dbg_state       dd ?            ;+76
Line 126... Line 129...
126
 
129
 
Line 127... Line 130...
127
		   db 64 dup(?)    ;+64
130
                   db 48 dup(?)    ;+80
128
 
131
 
129
  .wnd_shape	   dd ? 	   ;+128
132
  .wnd_shape       dd ?            ;+128
130
  .wnd_shape_scale dd ? 	   ;+132
133
  .wnd_shape_scale dd ?            ;+132
Line 175... Line 178...
175
include "gui/font.inc"
178
include "gui/font.inc"
176
include "gui/button.inc"
179
include "gui/button.inc"
Line 177... Line 180...
177
 
180
 
Line 178... Line -...
178
; shutdown
-
 
179
 
-
 
180
include "boot/shutdown.inc" ; shutdown or restart
181
; shutdown
Line 181... Line 182...
181
 
182
 
182
; file system
183
; file system
183
 
184
 
Line 203... Line 204...
203
 
204
 
Line 204... Line 205...
204
; Network Interface & TCPIP Stack
205
; Network Interface & TCPIP Stack
Line -... Line 206...
-
 
206
 
-
 
207
include "network/stack.inc"
-
 
208
 
205
 
209
;include "drivers/uart.inc"
Line 206... Line 210...
206
include "network/stack.inc"
210
 
Line 207... Line 211...
207
 
211