Subversion Repositories Kolibri OS

Rev

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

Rev 531 Rev 535
Line 52... Line 52...
52
;;
52
;;
53
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
53
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 54... Line 54...
54
 
54
 
Line 55... Line 55...
55
include 'macros.inc'
55
include 'macros.inc'
Line 56... Line 56...
56
 
56
 
57
$Revision: 531 $
57
$Revision: 535 $
58
 
58
 
Line 550... Line 550...
550
;!!!!!!!!!!!!!!!!!!!!!!!
550
;!!!!!!!!!!!!!!!!!!!!!!!
551
include 'vmodeld.inc'
551
include 'vmodeld.inc'
552
;!!!!!!!!!!!!!!!!!!!!!!!
552
;!!!!!!!!!!!!!!!!!!!!!!!
Line 553... Line 553...
553
 
553
 
554
  mov ax,[OS_BASE+0x10000+bx_from_load]
554
  mov ax,[OS_BASE+0x10000+bx_from_load]
555
  cmp ax,'r1'		; åñëè ñðàì äèñê - òî íå ãðóçèòü áèáëèîòåêè
555
  cmp ax,'r1'		; if using not ram disk, then load librares and parameters {SPraid.simba}
556
  je  no_lib_load
556
  je  no_lib_load
557
; LOADING LIBRARES
557
; LOADING LIBRARES
558
   stdcall dll.Load,@IMPORT				; SPraid - çàãðóçêà ôóíêöèîíàëà (ïîêà ÷òî èíè ôàéë)
558
   stdcall dll.Load,@IMPORT				; loading librares for kernel (.obj files)
559
   call load_file_parse_table			; prepare file parse table
559
   call load_file_parse_table			; prepare file parse table
560
   call set_kernel_conf					; configure devices and gui
-
 
561
   mov byte [conf_file_loaded],1
560
   call set_kernel_conf					; configure devices and gui
Line 562... Line 561...
562
no_lib_load:
561
no_lib_load:
Line 761... Line 760...
761
                   (tss._io_map_0-OS_BASE), PG_MAP
760
                   (tss._io_map_0-OS_BASE), PG_MAP
762
           stdcall map_page,tss._io_map_1,\
761
           stdcall map_page,tss._io_map_1,\
763
                   (tss._io_map_1-OS_BASE), PG_MAP
762
                   (tss._io_map_1-OS_BASE), PG_MAP
Line 764... Line 763...
764
 
763
 
765
  mov ax,[OS_BASE+0x10000+bx_from_load]
764
  mov ax,[OS_BASE+0x10000+bx_from_load]
766
  cmp ax,'r1'		; åñëè ñðàì äèñê - òî íå ãðóçèòü áèáëèîòåêè
765
  cmp ax,'r1'		; if not rused ram disk - load network configuration from files {SPraid.simba}
767
  je  no_st_network
766
  je  no_st_network
768
        call set_network_conf
767
        call set_network_conf
Line 769... Line 768...
769
  no_st_network:
768
  no_st_network: