Subversion Repositories Kolibri OS

Rev

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

Rev 725 Rev 740
Line 53... Line 53...
53
;;
53
;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
include 'macros.inc'
56
include 'macros.inc'
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
$Revision: 725 $
58
$Revision: 740 $
Line 604... Line 604...
604
   call set_kernel_conf					; configure devices and gui
604
   call set_kernel_conf                     ; configure devices and gui
605
no_lib_load:
605
no_lib_load:
Line 606... Line 606...
606
 
606
 
Line 607... Line -...
607
; LOAD FONTS I and II
-
 
608
 
-
 
609
 
-
 
610
; pushad
-
 
611
; push eax
-
 
612
; mov  eax,char
-
 
613
; call file_system_lfn
-
 
614
; mov  eax,char2
-
 
615
; call file_system_lfn
-
 
616
; pop eax
-
 
617
; popad
607
; LOAD FONTS I and II
618
 
608
 
Line 619... Line 609...
619
        stdcall read_file, char, FONT_I, 0, 2304
609
        stdcall read_file, char, FONT_I, 0, 2304
620
        stdcall read_file, char2, FONT_II, 0, 2560
610
        stdcall read_file, char2, FONT_II, 0, 2560