Subversion Repositories Kolibri OS

Rev

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

Rev 2100 Rev 2104
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: 2100 $
14
$Revision: 2104 $
15
 
15
 
16
 
16
 
Line 673... Line 673...
673
    add esp, 4
673
    add esp, 4
674
    ret
674
    ret
675
restore .slot
675
restore .slot
Line 676... Line 676...
676
 
676
 
-
 
677
iglobal
-
 
678
if lang eq ru
-
 
679
  boot_sched_1    db   '‘®§¤ ­¨¥ GDT TSS 㪠§ â¥«ï',0
-
 
680
  boot_sched_2    db   '‘®§¤ ­¨¥ IDT â ¡«¨æë',0
677
iglobal
681
else
678
  boot_sched_1    db   'Building gdt tss pointer',0
682
  boot_sched_1    db   'Building gdt tss pointer',0
-
 
683
  boot_sched_2    db   'Building IDT table',0
679
  boot_sched_2    db   'Building IDT table',0
684
end if
Line 680... Line 685...
680
endg
685
endg