This commit is contained in:
kudzu_cp 2010-04-04 16:49:54 +00:00
parent 68d2032eb4
commit b1815975db
2 changed files with 3 additions and 5 deletions

View file

@ -86,7 +86,7 @@ namespace Cosmos.Compiler.Builder
// COM2
+ " -serial file:" + buildPath + "COM2-output.dbg"
// Enable acceleration if we are not using GDB
//+ (options.UseGDB ? " -S -s" : " -kernel-kqemu")
+ (options.UseGDB ? " -S -s" : " -kernel-kqemu")
// Ethernet card
+ (String.IsNullOrEmpty(aNetworkCard as String) ? "" : string.Format(" -net nic,model={0},macaddr=52:54:00:12:34:57", aNetworkCard))
//+ " -redir tcp:5555::23" //use f.instance 'telnet localhost 5555' or 'http://localhost:5555/' to access machine

View file

@ -25,10 +25,8 @@
<QemuAudioCard>
</QemuAudioCard>
<QemuNetworkTAP>True</QemuNetworkTAP>
<QemuEnableGDB>
</QemuEnableGDB>
<QemuCommunication>
</QemuCommunication>
<QemuEnableGDB>True</QemuEnableGDB>
<QemuCommunication>TCPListener</QemuCommunication>
<DebugMode>Source</DebugMode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">