Subversion Repositories Kolibri OS

Rev

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

Rev 1498 Rev 8911
Line 1... Line -...
1
use32
-
 
2
 
1
use32
Line -... Line 2...
-
 
2
 
-
 
3
format binary as ""
3
db 'MENUET01'
4
 
4
dd 1
5
db 'MENUET01'
5
dd start
6
dd 1
6
dd i_end
7
dd start
7
dd mem
8
dd i_end
8
dd mem
9
dd mem
9
dd 0
10
dd mem
10
dd 0
11
dd 0
-
 
12
dd app_path
-
 
13
 
-
 
14
include '../../programs/macros.inc'
-
 
15
include '../../programs/proc32.inc'
Line 11... Line 16...
11
 
16
include '../../programs/string.inc'
-
 
17
 
12
start:
18
start:
13
	   mov eax, 68
19
	   stdcall string.concatenate, sz_dll, app_path
14
	   mov ebx, 21
20
	   mov  eax, 68
15
	   mov ecx, sz_acpi
21
	   mov  ebx, 21
Line 16... Line 22...
16
	   int 0x40
22
	   mov  ecx, app_path
17
 
23
	   int  0x40
Line 18... Line -...
18
	   mov eax, -1
-
 
19
	   int 0x40
-
 
20
 
24
 
-
 
25
	   mov  eax, -1
-
 
26
	   int  0x40
21
sz_acpi	 db '/rd/1/drivers/acpi.dll',0
27
 
22
 
28
align 4
23
align 4
29
app_path rb 2048