Subversion Repositories Kolibri OS

Rev

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

Rev 3630 Rev 3871
Line 16... Line 16...
16
;***************************************************************
16
;***************************************************************
17
;Summary: This program will attempt to scan the PCI Bus
17
;Summary: This program will attempt to scan the PCI Bus
18
;        and display basic information about each device
18
;        and display basic information about each device
19
;        connected to the PCI Bus.
19
;        connected to the PCI Bus.
20
;***************************************************************
20
;***************************************************************
21
;-----------------------------------------------------------------------------
-
 
22
 
-
 
23
include 'lang.inc'	;language support
-
 
24
include '../../../macros.inc'
-
 
25
 
-
 
26
include	'../../../develop/libraries/box_lib/load_lib.mac'
-
 
27
;-----------------------------------------------------------------------------
-
 
28
	use32
21
	use32
29
	org 0x0
22
	org 0x0
30
	db 'MENUET01'	; 8 byte id
23
	db 'MENUET01'	; 8 byte id
31
	dd 0x01		; header version
24
	dd 0x01		; header version
32
	dd START	; start of code
25
	dd START	; start of code
Line 34... Line 27...
34
	dd I_END	; memory for app
27
	dd I_END	; memory for app
35
	dd stacktop	; esp
28
	dd stacktop	; esp
36
	dd 0	; I_Param
29
	dd 0	; I_Param
37
	dd path		; APPLICATION PATH
30
	dd path		; APPLICATION PATH
38
;-----------------------------------------------------------------------------
31
;-----------------------------------------------------------------------------
-
 
32
include 'lang.inc'	;language support
-
 
33
include '../../../macros.inc'
-
 
34
include	'../../../develop/libraries/box_lib/load_lib.mac'
-
 
35
;-----------------------------------------------------------------------------
39
@use_library	; load_lib macro
36
@use_library	; load_lib macro
40
;-----------------------------------------------------------------------------
37
;-----------------------------------------------------------------------------
41
START:
38
START:
42
	mcall	68,11
39
	mcall	68,11
43
	mcall	66,1,1
40
	mcall	66,1,1