Subversion Repositories Kolibri OS

Rev

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

Rev 1278 Rev 1289
Line 55... Line 55...
55
;;
55
;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
include 'macros.inc'
58
include 'macros.inc'
Line 59... Line 59...
59
 
59
 
Line 60... Line 60...
60
$Revision: 1278 $
60
$Revision: 1289 $
Line 611... Line 611...
611
 
611
 
612
;!!!!!!!!!!!!!!!!!!!!!!!
612
;!!!!!!!!!!!!!!!!!!!!!!!
613
include 'vmodeld.inc'
613
include 'vmodeld.inc'
Line -... Line 614...
-
 
614
;!!!!!!!!!!!!!!!!!!!!!!!
614
;!!!!!!!!!!!!!!!!!!!!!!!
615
 
615
 
616
if 0
616
  mov ax,[OS_BASE+0x10000+bx_from_load]
617
  mov ax,[OS_BASE+0x10000+bx_from_load]
617
  cmp ax,'r1'           ; if using not ram disk, then load librares and parameters {SPraid.simba}
618
  cmp ax,'r1'           ; if using not ram disk, then load librares and parameters {SPraid.simba}
618
  je  no_lib_load
619
  je  no_lib_load
619
; LOADING LIBRARES
620
; LOADING LIBRARES
620
   stdcall dll.Load,@IMPORT                 ; loading librares for kernel (.obj files)
621
   stdcall dll.Load,@IMPORT                 ; loading librares for kernel (.obj files)
621
   call load_file_parse_table               ; prepare file parse table
622
   call load_file_parse_table               ; prepare file parse table
-
 
623
   call set_kernel_conf                     ; configure devices and gui
Line 622... Line 624...
622
   call set_kernel_conf                     ; configure devices and gui
624
no_lib_load:
Line 623... Line 625...
623
no_lib_load:
625
end if
624
 
626