Subversion Repositories Kolibri OS

Rev

Rev 837 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 928
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 750 $
8
$Revision: 928 $
9
 
9
 
10
 
10
 
Line 419... Line 419...
419
        test    byte [esp+8+2], 2
419
        test    byte [esp+8+2], 2
420
        jnz     v86_debug_exc
420
        jnz     v86_debug_exc
421
; int 1 = #DB
421
; int 1 = #DB
422
        save_ring3_context
422
        save_ring3_context
423
        cld
423
        cld
424
        mov     ax, app_data ;os_data
424
        mov     ax, sel_app_data
425
	mov	ds, ax
425
	mov	ds, ax
426
	mov	es, ax
426
	mov	es, ax
427
	mov	eax, dr6
427
	mov	eax, dr6
428
	push	eax
428
	push	eax
429
	xor	eax, eax
429
	xor	eax, eax