Subversion Repositories Kolibri OS

Rev

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

Rev 2106 Rev 2130
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 2106 $
8
$Revision: 2130 $
Line 9... Line 9...
9
 
9
 
Line 45... Line 45...
45
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
45
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
47
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
47
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Line -... Line 48...
-
 
48
 
-
 
49
 
-
 
50
 
-
 
51
if lang eq ru
-
 
52
  boot_fonts        db   '˜à¨äâë § £à㦥­ë',0
-
 
53
  boot_memdetect    db   'Š®«¨ç¥á⢮ ®¯¥à â¨¢­®© ¯ ¬ïâ¨','     ',' Œ¡',0
-
 
54
  boot_tss          db   '“áâ ­®¢ª  TSSs',0
-
 
55
  boot_cpuid        db   '—⥭¨¥ CPUIDs',0
-
 
56
  boot_devices      db   '®¨áª ãáâனáâ¢',0
48
 
57
  boot_timer        db   '“áâ ­®¢ª  â ©¬¥à ',0
-
 
58
  boot_irqs         db   '¥à¥®¯à¥¤¥«¥­¨¥ IRQ',0
-
 
59
  boot_setmouse     db   '“áâ ­®¢ª  ¬ëè¨',0
-
 
60
  boot_windefs      db   '“áâ ­®¢ª  ­ áâ஥ª ®ª®­ ¯® 㬮«ç ­¨î',0
-
 
61
  boot_bgr          db   '“áâ ­®¢ª  ä®­ ',0
-
 
62
  boot_resirqports  db   '¥§¥à¢¨à®¢ ­¨¥ IRQ ¨ ¯®à⮢',0
-
 
63
  boot_setrports    db   '“áâ ­®¢ª   ¤à¥á®¢ IRQ',0
-
 
64
  boot_setostask    db   '‘®§¤ ­¨¥ ¯à®æ¥áá  ï¤à ',0
-
 
65
  boot_allirqs      db   'Žâªàë⨥ ¢á¥å IRQ',0
-
 
66
  boot_tsc          db   '—⥭¨¥ TSC',0
-
 
67
  boot_cpufreq      db   '— áâ®â  ¯à®æ¥áá®à  ','    ',' Œƒæ',0
-
 
68
  boot_pal_ega      db   '“áâ ­®¢ª  EGA/CGA 320x200 ¯ «¨âàë',0
-
 
69
  boot_pal_vga      db   '“áâ ­®¢ª  VGA 640x480 ¯ «¨âàë',0
-
 
70
  boot_failed       db   '‡ £à㧪  ¯¥à¢®£® ¯à¨«®¦¥­¨ï ­¥ 㤠« áì',0
-
 
71
  boot_mtrr         db   '“áâ ­®¢ª  MTRR',0
-
 
72
if preboot_blogesc
-
 
73
  boot_tasking      db   '‚ᥠ£®â®¢® ¤«ï § ¯ã᪠, ­ ¦¬¨âॠESC ¤«ï áâ àâ ',0
49
 
74
end if
-
 
75
else
50
  boot_memdetect    db   'Determining amount of memory',0
76
  boot_fonts        db   'Fonts loaded',0
51
  boot_fonts        db   'Fonts loaded',0
77
  boot_memdetect    db   'Determining amount of memory',0
52
  boot_tss          db   'Setting TSSs',0
78
  boot_tss          db   'Setting TSSs',0
53
  boot_cpuid        db   'Reading CPUIDs',0
79
  boot_cpuid        db   'Reading CPUIDs',0
54
  boot_devices      db   'Detecting devices',0
80
  boot_devices      db   'Detecting devices',0
Line 61... Line 87...
61
  boot_tsc          db   'Reading TSC',0
87
  boot_tsc          db   'Reading TSC',0
62
  boot_cpufreq      db   'CPU frequency is ','    ',' MHz',0
88
  boot_cpufreq      db   'CPU frequency is ','    ',' MHz',0
63
  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
89
  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
64
  boot_pal_vga      db   'Setting VGA 640x480 palette',0
90
  boot_pal_vga      db   'Setting VGA 640x480 palette',0
65
  boot_failed       db   'Failed to start first app',0
91
  boot_failed       db   'Failed to start first app',0
66
  boot_APIC_found   db	 'APIC enabled', 0
92
  boot_mtrr         db   'Setting MTRR',0
67
  boot_APIC_nfound  db	 'APIC not found', 0
-
 
68
 
-
 
69
if preboot_blogesc
93
if preboot_blogesc
70
  boot_tasking      db   'All set - press ESC to start',0
94
  boot_tasking      db   'All set - press ESC to start',0
71
end if
95
end if
-
 
96
end if
-
 
97
 
-
 
98
  boot_APIC_found   db	 'APIC enabled', 0
-
 
99
  boot_APIC_nfound  db	 'APIC not found', 0
Line 72... Line 100...
72
 
100
 
73
;new_process_loading db 'K : New Process - loading',13,10,0
101
;new_process_loading db 'K : New Process - loading',13,10,0
74
;new_process_running db 'K : New Process - done',13,10,0
102
;new_process_running db 'K : New Process - done',13,10,0
Line 278... Line 306...
278
 
306
 
279
mem_block_arr     rd 1
307
mem_block_arr     rd 1
280
mem_block_start   rd 1
308
mem_block_start   rd 1
Line 281... Line 309...
281
mem_block_end     rd 1
309
mem_block_end     rd 1
282
 
310
 
283
heap_mutex        rd 1
311
heap_mutex        MUTEX
284
heap_size         rd 1
312
heap_size         rd 1
285
heap_free         rd 1
313
heap_free         rd 1