Subversion Repositories Kolibri OS

Rev

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

Rev 725 Rev 770
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 725 $
8
$Revision: 770 $
9
 
9
 
10
 
10
 
Line 908... Line 908...
908
        pushad
908
        pushad
909
        stdcall enable_irq, edx
909
        stdcall enable_irq, edx
910
        popad
910
        popad
911
@@:
911
@@:
912
        mov     word [ebx+v86_regs.esi], 510h
912
        mov     word [ebx+v86_regs.esi], 510h
-
 
913
        mov     word [ebx+v86_regs.ss], 9000h
913
        mov     word [ebx+v86_regs.esp], 900h
914
        mov     word [ebx+v86_regs.esp], 0C000h
914
        mov     word [ebx+v86_regs.eip], 500h
915
        mov     word [ebx+v86_regs.eip], 500h
915
        mov     [ebx+v86_regs.eflags], 20200h
916
        mov     [ebx+v86_regs.eflags], 20200h
916
        mov     esi, [sys_v86_machine]
917
        mov     esi, [sys_v86_machine]
917
        mov     ecx, 0x502
918
        mov     ecx, 0x502
918
        call    v86_start
919
        call    v86_start