Subversion Repositories Kolibri OS

Rev

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

Rev 1930 Rev 1941
Line 56... Line 56...
56
;;
56
;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 58... Line 58...
58
 
58
 
Line 59... Line 59...
59
include 'macros.inc'
59
include 'macros.inc'
Line 60... Line 60...
60
 
60
 
Line 61... Line 61...
61
$Revision: 1930 $
61
$Revision: 1941 $
Line 116... Line 116...
116
		  org	0x0
116
		  org	0x0
117
		  jmp	start_of_code
117
		  jmp	start_of_code
Line 118... Line 118...
118
 
118
 
Line 119... Line 119...
119
version db    'Kolibri OS  version 0.7.7.0+     ',13,10,13,10,0
119
version db    'Kolibri OS  version 0.7.7.0+     ',13,10,13,10,0
120
 
120
 
Line 121... Line 121...
121
include "boot/bootstr.inc"     ; language-independent boot messages
121
;include "boot/bootstr.inc"     ; language-independent boot messages
Line 122... Line 122...
122
include "boot/preboot.inc"
122
include "boot/preboot.inc"
Line 557... Line 557...
557
  call Parser_params
557
  call Parser_params
Line 558... Line 558...
558
 
558
 
Line 559... Line 559...
559
; READ RAMDISK IMAGE FROM HD
559
; READ RAMDISK IMAGE FROM HD
560
 
560
 
561
;!!!!!!!!!!!!!!!!!!!!!!!
561
;!!!!!!!!!!!!!!!!!!!!!!!
562
include 'boot/rdload.inc'
562
;include 'boot/rdload.inc'
563
;!!!!!!!!!!!!!!!!!!!!!!!
563
;!!!!!!!!!!!!!!!!!!!!!!!
Line 564... Line 564...
564
;    mov    [dma_hdd],1
564
;    mov    [dma_hdd],1
Line 750... Line 750...
750
	   stdcall map_page,tss._io_map_0,\
750
	   stdcall map_page,tss._io_map_0,\
751
		   [SLOT_BASE+256+APPDATA.io_map], PG_MAP
751
		   [SLOT_BASE+256+APPDATA.io_map], PG_MAP
752
	   stdcall map_page,tss._io_map_1,\
752
	   stdcall map_page,tss._io_map_1,\
753
		   [SLOT_BASE+256+APPDATA.io_map+4], PG_MAP
753
		   [SLOT_BASE+256+APPDATA.io_map+4], PG_MAP
Line 754... Line -...
754
 
-
 
755
  mov ax,[OS_BASE+0x10000+bx_from_load]
-
 
756
  cmp ax,'r1'		; if not rused ram disk - load network configuration from files {SPraid.simba}
-
 
757
  je  no_st_network
-
 
758
	call set_network_conf
-
 
Line 759... Line 754...
759
  no_st_network:
754
 
760
 
755
 
761
	call init_userDMA	; <<<<<<<<< ============== core/memory.inc =================
756
	call init_userDMA	; <<<<<<<<< ============== core/memory.inc =================