Subversion Repositories Kolibri OS

Rev

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

Rev 1560 Rev 1599
Line 92... Line 92...
92
.pcie_failed:
92
.pcie_failed:
93
	mov	esi, boot_pcie_fail
93
	mov	esi, boot_pcie_fail
94
	call	boot_log
94
	call	boot_log
95
	ret	; <<<<<<<<< FAILURE >>>>>>>>>
95
	ret	; <<<<<<<<< FAILURE >>>>>>>>>
Line -... Line 96...
-
 
96
 
-
 
97
 
-
 
98
;--------------------------------------------------------------------------
-
 
99
; this routine is platform-specific and used to change some BIOS settengs
-
 
100
; pcie_init_gfx
-
 
101
;       sets the GPP mode of GFX bus
-
 
102
 
-
 
103
 
-
 
104
;       this option disables external graphics
-
 
105
pcie_init_gfx:
-
 
106