Subversion Repositories Kolibri OS

Rev

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

Rev 2465 Rev 3500
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: 2465 $
16
$Revision: 3500 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 135... Line 135...
135
        saved_box       BOX
135
        saved_box       BOX
136
        ipc_start       dd ?
136
        ipc_start       dd ?
137
        ipc_size        dd ?
137
        ipc_size        dd ?
138
        event_mask      dd ?
138
        event_mask      dd ?
139
        debugger_slot   dd ?
139
        debugger_slot   dd ?
140
                        dd ?
140
        terminate_protection dd ?
141
        keyboard_mode   db ?
141
        keyboard_mode   db ?
142
                        rb 3
142
                        rb 3
143
        dir_table       dd ?
143
        dir_table       dd ?
144
        dbg_event_mem   dd ?
144
        dbg_event_mem   dd ?
145
        dbg_regs        DBG_REGS
145
        dbg_regs        DBG_REGS