Cosmos/source2/VSIP/Cosmos.VS.Windows
BlueSkeye_cp 7372c8a9bd Bochs integration : alpha version
Limitations :

- Bochs must be installed on the system. This is not checked as a  prerequisite by the Builder.
- You will find a GuessForBochs Cosmos project under BlueSkeye user project folder that can be used to launch the Guess project under Bochs.
- You may have to fix manually the path for the following properties in Cosmos.bxrc file copied to the CosmosForBochs\Bin\Debug folder
  * romimage
  * vgaromimage
- The Cosmos project UI is not yet Bochs aware. If you do not use the GuessForBochs project you must manually edit your Cosmos project file to modify the following property in both the Debug and Release property group from the project file :

    <Launch>Bochs</Launch>

  You must also add the following properties in both the Debug and Release property group from the project file :

    <BochsConfig>Cosmos.bxrc</BochsConfig>
    <Bochs_Deployment>ISO</Bochs_Deployment>
    <Bochs_Launch>Bochs</Bochs_Launch>
    <Bochs_DebugEnabled>True</Bochs_DebugEnabled>
    <Bochs_DebugMode>Source</Bochs_DebugMode>
    <Bochs_IgnoreDebugStubAttribute />
    <Bochs_VMwareEdition>Player</Bochs_VMwareEdition>
    <Bochs_OutputPath>bin\Debug\</Bochs_OutputPath>
    <Bochs_Framework>MicrosoftNET</Bochs_Framework>
    <Bochs_UseInternalAssembler>False</Bochs_UseInternalAssembler>
    <Bochs_TraceAssemblies />
    <Bochs_EnableGDB>False</Bochs_EnableGDB>
    <Bochs_StartCosmosGDB>false</Bochs_StartCosmosGDB>
    <Bochs_Name>GuessForBochs</Bochs_Name>
    <Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
    <Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
    <Bochs_PxeInterface>192.168.43.1</Bochs_PxeInterface>
    <Bochs_SlavePort>Serial: COM3</Bochs_SlavePort>
    <Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole>
2012-09-14 17:13:06 +00:00
..
Images 2012-07-30 15:26:15 +00:00
Properties 2011-06-19 12:49:42 +00:00
Resources Fixed an issue in Cosmos.VS.Windows which was preventing me from building. Cosmos.ico is now Cosmos.png. (Cosmos.ico still exists) 2011-09-11 23:51:48 +00:00
App.config 2012-08-02 06:33:12 +00:00
AsmLine.cs 2012-03-26 01:54:10 +00:00
AssemblyUC.xaml 2012-07-30 15:26:15 +00:00
AssemblyUC.xaml.cs 2012-08-03 05:17:12 +00:00
Cosmos.VS.Windows.csproj 2012-08-02 06:33:12 +00:00
Cosmos.VS.Windows.csproj.vspscc 2011-06-19 12:49:42 +00:00
Cosmos.VS.Windows.html 2012-01-22 17:52:03 +00:00
Cosmos.VS.Windows.vsct 2012-01-22 16:03:14 +00:00
Cosmos.VS.WindowsPackage.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
DataBytesUC.xaml Panels use fixed width font now. 2012-01-17 04:59:53 +00:00
DataBytesUC.xaml.cs Namespace fix. 2012-01-02 00:17:20 +00:00
DebuggerUC.cs 2012-03-25 20:00:09 +00:00
Global.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
GlobalSuppressions.cs 2011-06-19 12:49:42 +00:00
Guids.cs Better VMWare cleanup, moved ping button. 2012-01-08 20:48:11 +00:00
InternalUC.xaml Pong now uses a log rather than message boxes as they often popped up behind VS. 2012-03-25 18:25:12 +00:00
InternalUC.xaml.cs Eliminated Cosmos.Debug.Consts, merged into Cosmos.Debug.Common as DebugStub now has its own copy fo consts in X#. 2012-07-17 02:39:08 +00:00
Key.snk 2011-06-19 12:49:42 +00:00
MemoryViewUC.xaml Namespace fix. 2012-01-02 00:17:20 +00:00
MemoryViewUC.xaml.cs Panels use fixed width font now. 2012-01-17 04:59:53 +00:00
packages.config 2012-08-02 06:33:12 +00:00
PkgCmdID.cs 2012-01-06 02:08:10 +00:00
RegistersUC.xaml 2012-07-30 16:16:48 +00:00
RegistersUC.xaml.cs Eliminated Cosmos.Debug.Consts, merged into Cosmos.Debug.Common as DebugStub now has its own copy fo consts in X#. 2012-07-17 02:39:08 +00:00
Resources.Designer.cs Namespace fix. 2012-01-02 00:17:20 +00:00
Resources.resx 2011-07-09 07:45:07 +00:00
source.extension.vsixmanifest 2011-06-19 12:49:42 +00:00
StackUC.xaml 2012-07-30 15:51:07 +00:00
StackUC.xaml.cs 2012-07-30 15:51:07 +00:00
ToolWindowPane2.cs 2012-01-05 18:02:10 +00:00
VSPackage.resx 2011-07-09 07:45:07 +00:00