Subversion Repositories Kolibri OS

Rev

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

Rev 847 Rev 848
Line 12... Line 12...
12
;
12
;
13
;     SPraid
13
;     SPraid
14
;
14
;
15
;-------------------------------------------------------------------------
15
;-------------------------------------------------------------------------
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
$Revision: 847 $
17
$Revision: 848 $
18
 
18
 
19
 
19
 
Line 38... Line 38...
38
; use bx_from_load and init system directory /sys
38
; use bx_from_load and init system directory /sys
39
proc Parser_params
39
proc Parser_params
40
locals
40
locals
41
  buff db 4 dup(?)		; for test cd
41
  buff db 4 dup(?)		; for test cd
42
endl
42
endl
43
  mov eax,[bx_from_load]
43
  mov eax,[bx_from_load+OS_BASE+LOAD_BASE]
44
  mov ecx,sysdir_path
44
  mov ecx,sysdir_path
45
  mov [ecx-64],dword 'sys'
45
  mov [ecx-64],dword 'sys'
46
  cmp al,'r' ; if ram disk
46
  cmp al,'r' ; if ram disk
47
  jnz @f
47
  jnz @f
48
  mov [ecx],dword 'RD/?'
48
  mov [ecx],dword 'RD/?'