mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +00:00
This commit is contained in:
parent
68d2032eb4
commit
b1815975db
2 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' ">
|
||||
|
|
|
|||
Loading…
Reference in a new issue