MP configuration

svn path=/trunk/; revision=15705
This commit is contained in:
Casper Hornstrup 2005-05-31 20:39:13 +00:00
parent 0a91aa1d44
commit f892959c3d
2 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,9 @@
<xi:include href="baseaddress.xml" />
<define name="_M_IX86" />
<if property="MP" value="1">
<define name="CONFIG_SMP" value="1" />
</if>
<if property="DBG" value="1">
<define name="DBG" value="1" />
<property name="DBG_OR_KDBG" value="true" />

View file

@ -26,6 +26,12 @@
<property name="OARCH" value="i486" />
<!--
Whether to compile for an uniprocessor or multiprocessor machine.
-->
<property name="MP" value="0" />
<!--
Whether to compile in the integrated kernel debugger.
-->