Subversion Repositories Kolibri OS

Rev

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

Rev 2455 Rev 2642
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 2455 $
14
$Revision: 2642 $
15
 
15
 
16
 
16
 
Line 675... Line 675...
675
    ;call  sys_msg_board_str
675
    ;call  sys_msg_board_str
676
        add     esp, 4
676
        add     esp, 4
677
        ret
677
        ret
678
restore .slot
678
restore .slot
Line 679... Line 679...
679
 
679
 
680
iglobal
680
;iglobal
681
if lang eq ru
681
;if lang eq ru
682
  boot_sched_1    db   '‘®§¤ ­¨¥ GDT TSS 㪠§ â¥«ï',0
682
;  boot_sched_1    db   '‘®§¤ ­¨¥ GDT TSS 㪠§ â¥«ï',0
683
  boot_sched_2    db   '‘®§¤ ­¨¥ IDT â ¡«¨æë',0
683
;  boot_sched_2    db   '‘®§¤ ­¨¥ IDT â ¡«¨æë',0
684
else
684
;else
685
  boot_sched_1    db   'Building gdt tss pointer',0
685
;  boot_sched_1    db   'Building gdt tss pointer',0
686
  boot_sched_2    db   'Building IDT table',0
686
;  boot_sched_2    db   'Building IDT table',0
687
end if
687
;end if
688
endg
-
 
Line 689... Line -...
689
 
-
 
Line -... Line 688...
-
 
688
;endg
690
 
689
 
691
build_scheduler:
690
 
692
 
691
;build_scheduler:
Line 693... Line 692...
693
        mov     esi, boot_sched_1
692
;        mov     esi, boot_sched_1
694
        call    boot_log
693
;        call    boot_log
695
  ;      call   build_process_gdt_tss_pointer
-
 
696
 
694
;        call   build_process_gdt_tss_pointer