Subversion Repositories Kolibri OS

Rev

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

Rev 3490 Rev 3519
Line 56... Line 56...
56
;;
56
;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 58... Line 58...
58
 
58
 
Line 59... Line 59...
59
include 'macros.inc'
59
include 'macros.inc'
Line 60... Line 60...
60
 
60
 
Line 61... Line 61...
61
$Revision: 3490 $
61
$Revision: 3519 $
Line 506... Line 506...
506
	out	0x21, al
506
	out	0x21, al
507
	mov	al, 0x3F
507
	mov	al, 0x3F
508
	out	0xA1, al
508
	out	0xA1, al
Line 509... Line 509...
509
 
509
 
510
; Enable interrupts in IDE controller
510
; Enable interrupts in IDE controller
511
	mov	al, 0
511
;	mov	al, 0
512
	mov	dx, 0x3F6
512
;	mov	dx, 0x3F6
513
	out	dx, al
513
;	out	dx, al
514
	mov	dl, 0x76
514
;	mov	dl, 0x76
Line 515... Line 515...
515
	out	dx, al
515
;	out	dx, al
516
 
516
 
517
;!!!!!!!!!!!!!!!!!!!!!!!!!!
517
;!!!!!!!!!!!!!!!!!!!!!!!!!!
Line 719... Line 719...
719
;        mov     esi, boot_uDMA_ok
719
;        mov     esi, boot_uDMA_ok
720
;        call    boot_log
720
;        call    boot_log
Line 721... Line 721...
721
 
721
 
722
; LOAD FIRST APPLICATION
722
; LOAD FIRST APPLICATION
-
 
723
	cli
723
	cli
724
if 0 
724
 
725
 
725
	cmp   byte [BOOT_VAR+0x9030],1
726
	cmp   byte [BOOT_VAR+0x9030],1
Line 726... Line 727...
726
	jne   no_load_vrr_m
727
	jne   no_load_vrr_m
727
 
728
 
Line 728... Line 729...
728
	mov	ebp, vrr_m
729
	mov	ebp, vrr_m
729
	call	fs_execute_from_sysdir
730
	call	fs_execute_from_sysdir
730
 
731
 
Line 731... Line 732...
731
;        cmp   eax,2                  ; if vrr_m app found (PID=2)
732
;        cmp   eax,2                  ; if vrr_m app found (PID=2)
732
	sub   eax,2
733
	sub   eax,2
733
	jz    first_app_found
734
	jz    first_app_found
734
 
735
 
Line 735... Line 736...
735
no_load_vrr_m:
736
no_load_vrr_m: <<<
736
 
737
end if