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 // COM2
+ " -serial file:" + buildPath + "COM2-output.dbg" + " -serial file:" + buildPath + "COM2-output.dbg"
// Enable acceleration if we are not using GDB // Enable acceleration if we are not using GDB
//+ (options.UseGDB ? " -S -s" : " -kernel-kqemu") + (options.UseGDB ? " -S -s" : " -kernel-kqemu")
// Ethernet card // Ethernet card
+ (String.IsNullOrEmpty(aNetworkCard as String) ? "" : string.Format(" -net nic,model={0},macaddr=52:54:00:12:34:57", aNetworkCard)) + (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 //+ " -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>
</QemuAudioCard> </QemuAudioCard>
<QemuNetworkTAP>True</QemuNetworkTAP> <QemuNetworkTAP>True</QemuNetworkTAP>
<QemuEnableGDB> <QemuEnableGDB>True</QemuEnableGDB>
</QemuEnableGDB> <QemuCommunication>TCPListener</QemuCommunication>
<QemuCommunication>
</QemuCommunication>
<DebugMode>Source</DebugMode> <DebugMode>Source</DebugMode>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">