Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 5595
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: 5363 $
16
$Revision: 5595 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 109... Line 109...
109
        pdt_0_phys      rd 1
109
        pdt_0_phys      rd 1
110
        pdt_1_phys      rd 1
110
        pdt_1_phys      rd 1
111
        io_map_0        rd 1
111
        io_map_0        rd 1
112
        io_map_1        rd 1
112
        io_map_1        rd 1
Line -... Line 113...
-
 
113
 
113
 
114
        ht_lock         rd 1
114
        ht_lock         rd 1            ;htab[0] stdin
115
        ht_free         rd 1            ;htab[0] stdin
115
        ht_next         rd 1            ;htab[1] stdout
116
        ht_next         rd 1            ;htab[1] stdout
116
        htab            rd (4096-$)/4   ;htab[2] stderr
117
        htab            rd (4096-$)/4   ;htab[2] stderr
117
        pdt_0           rd 1024
118
        pdt_0           rd 1024