Subversion Repositories Kolibri OS

Rev

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

Rev 426 Rev 429
Line 11... Line 11...
11
;;
11
;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
include 'macros.inc'
14
include 'macros.inc'
Line 15... Line 15...
15
 
15
 
16
$Revision: 426 $
16
$Revision: 429 $
17
 
17
 
Line 500... Line 500...
500
	mov	[graph_data_l+2],ax
500
        mov     [graph_data_l+2],ax
501
	shr	eax,16
501
        shr     eax,16
502
	mov	[graph_data_l+4],al
502
        mov     [graph_data_l+4],al
503
	mov	[graph_data_l+7],ah
503
        mov     [graph_data_l+7],ah
Line -... Line 504...
-
 
504
 
-
 
505
 
-
 
506
; BUILD SCHEDULER
-
 
507
 
-
 
508
        call   build_scheduler ; sys32.inc
-
 
509
 
-
 
510
; LOAD IDT
-
 
511
        lidt   [cs:idtreg]
-
 
512
        cli
504
 
513
 
505
;!!!!!!!!!!!!!!!!!!!!!!!!!!
514
;!!!!!!!!!!!!!!!!!!!!!!!!!!
506
include 'detect/disks.inc'
515
include 'detect/disks.inc'
Line 507... Line 516...
507
;!!!!!!!!!!!!!!!!!!!!!!!!!!
516
;!!!!!!!!!!!!!!!!!!!!!!!!!!
Line 535... Line 544...
535
	mov		eax,char2  - std_application_base_address
544
	mov		eax,char2  - std_application_base_address
536
	call	file_system_lfn
545
	call	file_system_lfn
537
	pop	eax
546
	pop	eax
538
	popad
547
	popad
Line -... Line 548...
-
 
548
 
539
 
549
 
540
;        mov   esi,char
550
;        mov   esi,char
541
;        xor   ebx,ebx
551
;        xor   ebx,ebx
542
;        mov   ecx,2560;26000
552
;        mov   ecx,2560;26000
543
;        mov   edx,FONT_I
553
;        mov   edx,FONT_I
Line 573... Line 583...
573
	call  rerouteirqs
583
        call  rerouteirqs
Line 574... Line 584...
574
 
584
 
575
	mov    esi,boot_tss
585
        mov    esi,boot_tss
Line 576... Line -...
576
	call   boot_log
-
 
577
 
-
 
578
; BUILD SCHEDULER
-
 
579
 
-
 
580
	call   build_scheduler ; sys32.inc
-
 
581
 
-
 
582
; LOAD IDT
-
 
583
	lidt   [cs:idtreg]
-
 
584
	cli
586
        call   boot_log
585
 
587
 
586
	mov    esi,boot_devices
588
        mov    esi,boot_devices
Line 587... Line 589...
587
	call   boot_log
589
        call   boot_log