diff --git a/source2/Demos/Guess/Guess.Cosmos b/source2/Demos/Guess/Guess.Cosmos
index f9e184516..5d4a1aa8a 100644
--- a/source2/Demos/Guess/Guess.Cosmos
+++ b/source2/Demos/Guess/Guess.Cosmos
@@ -14,7 +14,7 @@
SAK
- VMware
+ User001
true
bin\Debug\
MicrosoftNET
@@ -28,8 +28,8 @@
Player
ISO
- ISO
- VMware
+ PXE
+ Slave
True
PXE
@@ -80,8 +80,8 @@
False
false
- Guess
- Use VMware Player or Workstation to deploy and debug.
+ PXE with Slave (Kudzu)
+ Creates a PXE setup and hosts a DCHP and TFTP server to deploy directly to physical hardware. Allows debugging with a serial cable.
User 001
Creates a bootable ISO image which can be burned to a DVD. After running the selected project, an explorer window will open containing the ISO file. The ISO file can then be burned to a CD or DVD and used to boot a physical or virtual system.
Guess
@@ -120,9 +120,11 @@
Serial: COM3
Pipe: Cosmos\Serial
Pipe: Cosmos\Serial
+ True
+ True
- VMware
+ User001
true
bin\Debug\
MicrosoftNET
@@ -136,8 +138,8 @@
Player
ISO
- ISO
- VMware
+ PXE
+ Slave
True
PXE
@@ -188,8 +190,8 @@
False
false
- Guess
- Use VMware Player or Workstation to deploy and debug.
+ PXE with Slave (Kudzu)
+ Creates a PXE setup and hosts a DCHP and TFTP server to deploy directly to physical hardware. Allows debugging with a serial cable.
User 001
Creates a bootable ISO image which can be burned to a DVD. After running the selected project, an explorer window will open containing the ISO file. The ISO file can then be burned to a CD or DVD and used to boot a physical or virtual system.
Guess
@@ -236,6 +238,8 @@
Serial: COM3
192.168.43.1
Serial: COM3
+ True
+ True
diff --git a/source2/VSIP/Cosmos.VS.Package/CosmosPage.Designer.cs b/source2/VSIP/Cosmos.VS.Package/CosmosPage.Designer.cs
index 88f32a6df..7ee7daef5 100644
--- a/source2/VSIP/Cosmos.VS.Package/CosmosPage.Designer.cs
+++ b/source2/VSIP/Cosmos.VS.Package/CosmosPage.Designer.cs
@@ -67,6 +67,7 @@
this.tabDeployment = new System.Windows.Forms.TabPage();
this.lboxDeployment = new System.Windows.Forms.ListBox();
this.tabLaunch = new System.Windows.Forms.TabPage();
+ this.chckShowLaunchConsole = new System.Windows.Forms.CheckBox();
this.lboxLaunch = new System.Windows.Forms.ListBox();
this.tabVMware = new System.Windows.Forms.TabPage();
this.checkEnableGDB = new System.Windows.Forms.CheckBox();
@@ -83,7 +84,6 @@
this.tabSlave = new System.Windows.Forms.TabPage();
this.cmboSlavePort = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
- this.chckShowLaunchConsole = new System.Windows.Forms.CheckBox();
this.panel1.SuspendLayout();
this.TabControl1.SuspendLayout();
this.tabProfile.SuspendLayout();
@@ -538,6 +538,16 @@
this.tabLaunch.Text = "Launch";
this.tabLaunch.UseVisualStyleBackColor = true;
//
+ // chckShowLaunchConsole
+ //
+ this.chckShowLaunchConsole.AutoSize = true;
+ this.chckShowLaunchConsole.Location = new System.Drawing.Point(230, 18);
+ this.chckShowLaunchConsole.Name = "chckShowLaunchConsole";
+ this.chckShowLaunchConsole.Size = new System.Drawing.Size(158, 17);
+ this.chckShowLaunchConsole.TabIndex = 35;
+ this.chckShowLaunchConsole.Text = "Show Launch Host Process";
+ this.chckShowLaunchConsole.UseVisualStyleBackColor = true;
+ //
// lboxLaunch
//
this.lboxLaunch.Dock = System.Windows.Forms.DockStyle.Left;
@@ -707,16 +717,6 @@
this.label6.TabIndex = 34;
this.label6.Text = "Slave Port:";
//
- // chckShowLaunchConsole
- //
- this.chckShowLaunchConsole.AutoSize = true;
- this.chckShowLaunchConsole.Location = new System.Drawing.Point(230, 18);
- this.chckShowLaunchConsole.Name = "chckShowLaunchConsole";
- this.chckShowLaunchConsole.Size = new System.Drawing.Size(154, 17);
- this.chckShowLaunchConsole.TabIndex = 35;
- this.chckShowLaunchConsole.Text = "Enable Remote Debugging";
- this.chckShowLaunchConsole.UseVisualStyleBackColor = true;
- //
// CosmosPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);