Subversion Repositories Kolibri OS

Rev

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

Rev 2089 Rev 2100
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2089 $
8
$Revision: 2100 $
Line 9... Line 9...
9
 
9
 
Line 266... Line 266...
266
align 16
266
align 16
267
cur_saved_data    rb 4096
267
cur_saved_data    rb 4096
268
fpu_data:         rb 512
268
fpu_data:         rb 512
Line 269... Line 269...
269
 
269
 
270
; on irq read ports
-
 
271
 
-
 
272
irq00read         rd 16
-
 
273
irq01read         rd 16
-
 
274
irq02read         rd 16
-
 
275
irq03read         rd 16
-
 
276
irq04read         rd 16
-
 
277
irq05read         rd 16
-
 
278
irq06read         rd 16
-
 
279
irq07read         rd 16
-
 
280
irq08read         rd 16
-
 
281
irq09read         rd 16
-
 
282
irq10read         rd 16
-
 
283
irq11read         rd 16
-
 
284
irq12read         rd 16
-
 
285
irq13read         rd 16
-
 
286
irq14read         rd 16
-
 
287
irq15read         rd 16
-
 
288
 
270
; on irq read ports
Line 289... Line 271...
289
irq_tab           rd 16
271
irq_tab           rd 16
290
 
272
 
291
mem_block_map     rb 512
273
mem_block_map     rb 512