Cosmos/source2/Build/Cosmos.Build.Common
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
..
Properties unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
BuildProperties.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
Cosmos.Build.Common.csproj USB Device 2012-06-25 01:09:28 +00:00
Cosmos.snk Propertypages work now 2010-01-27 12:27:22 +00:00
CosmosPaths.cs 2012-07-13 02:51:15 +00:00
Enums.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
EnumValue.cs 2010-07-26 00:05:26 +00:00
ExtensionMethods.cs add DOTNETCOMPABILE define condition, 2011-02-22 17:03:42 +00:00
IsoMaker.cs 2012-06-25 03:29:55 +00:00
PropertiesBase.cs Project profile work 2012-06-30 03:13:16 +00:00
UsbMaker.cs 2012-06-29 03:41:03 +00:00