Subversion Repositories Kolibri OS

Rev

Rev 9478 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9478 Rev 9503
Line 7... Line 7...
7
		mov  eax, selfpath
7
		mov  eax, selfpath
8
	@@:
8
	@@:
9
		inc  eax
9
		inc  eax
10
		cmp  [eax], byte 0
10
		cmp  [eax], byte 0
11
		jne  @b
11
		jne  @b
12
		mov  [eax], dword '.drv'
12
		mov  [eax], dword '.sys'
Line 13... Line 13...
13
 
13
 
14
;------ writing some info
14
;------ writing some info
15
		mov  edx, info_msg 
15
		mov  edx, info_msg 
16
		call debug_string
16
		call debug_string