Subversion Repositories Kolibri OS

Rev

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

Rev 7129 Rev 7132
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
4
;;  Distributed under terms of the GNU General Public License.  ;;
4
;;  Distributed under terms of the GNU General Public License.  ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 7129 $
8
$Revision: 7132 $
9
 
9
 
10
iglobal
10
iglobal
11
full_file_name_table    dd  sysdir_name
11
full_file_name_table    dd  sysdir_name
Line 26... Line 26...
26
 
26
 
27
proc Parser_params
27
proc Parser_params
28
    locals
28
    locals
29
        buff    rb  4   ; for test cd
29
        buff    rb  4   ; for test cd
30
    endl
30
    endl
31
        mov     ax, [OS_BASE+BOOT_BX_FROM_LOAD]
31
        mov     ax, [BOOT.bx_from_load]
32
        mov     ecx, sysdir_path
32
        mov     ecx, sysdir_path
33
        mov     [ecx-64], dword 'sys'
33
        mov     [ecx-64], dword 'sys'
34
        mov     [ecx-2], byte 3
34
        mov     [ecx-2], byte 3
35
        mov     [ecx-1], byte '/'
35
        mov     [ecx-1], byte '/'