Added xbox video driver information (by GvG), I hope it doesn't
interfere anyone, and there will be no need to patch registry everytime
to boot under xbox.
Modified: trunk/reactos/bootdata/hivesys.inf
_____
Modified: trunk/reactos/bootdata/hivesys.inf
--- trunk/reactos/bootdata/hivesys.inf 2005-04-21 12:54:15 UTC (rev
14729)
+++ trunk/reactos/bootdata/hivesys.inf 2005-04-21 12:58:20 UTC (rev
14730)
@@ -799,6 +799,15 @@
HKLM,"SYSTEM\CurrentControlSet\Services\Vfatfs","Start",0x00010001,0x000
00000
HKLM,"SYSTEM\CurrentControlSet\Services\Vfatfs","Type",0x00010001,0x0000
0002
+; Xbox Nvidia driver
+HKLM,"SYSTEM\CurrentControlSet\Services\XboxVmp","ErrorControl",0x00010
001,0x00000000
+HKLM,"SYSTEM\CurrentControlSet\Services\XboxVmp","Group",0x00000000,"Vi
deo"
+HKLM,"SYSTEM\CurrentControlSet\Services\XboxVmp","ImagePath",0x00020000
,"system32\drivers\xboxvmp.sys"
+HKLM,"SYSTEM\CurrentControlSet\Services\XboxVmp","Start",0x00010001,0x0
0000001
+HKLM,"SYSTEM\CurrentControlSet\Services\XboxVmp","Type",0x00010001,0x00
000001
+HKLM,"SYSTEM\CurrentControlSet\Services\XboxVmp\Device0","InstalledDisp
layDrivers",0x00010000,"framebuf"
+HKLM,"SYSTEM\CurrentControlSet\Enum\PCI\VEN_10DE&DEV_02A0&SUBSYS_000000
00&REV_A1\0000","Service",0x00000000,"XboxVmp"
+
; VBE SVGA driver
HKLM,"SYSTEM\CurrentControlSet\Services\VBE","ErrorControl",0x00010001,0
x00000000
HKLM,"SYSTEM\CurrentControlSet\Services\VBE","Group",0x00000000,"Video
Save SVGA"
Document ROS_PREFIX environment variable
Modified: branches/xmlbuildsystem/reactos/Makefile
_____
Modified: branches/xmlbuildsystem/reactos/Makefile
--- branches/xmlbuildsystem/reactos/Makefile 2005-04-21 09:38:45 UTC
(rev 14727)
+++ branches/xmlbuildsystem/reactos/Makefile 2005-04-21 09:52:11 UTC
(rev 14728)
@@ -1,5 +1,11 @@
# Accepted environment variables:
#
+# ROS_PREFIX
+# This variable specifies the prefix of the MinGW installation.
On Windows
+# a prefix is usually not needed, but on linux it is usually
"mingw32-". If
+# not present and no executable named "gcc" can be found, then
the prefix is
+# assumed to be "mingw32-".
+#
# ROS_INTERMEDIATE
# This variable controls where to put intermediate files.
Intermediate
# files are generated files that are needed to generate the
final