Commit graph

30 commits

Author SHA1 Message Date
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
kudzu_cp
debaf8639e Now using SQL Local DB 2012 instead of CE. 2012-07-31 18:19:23 +00:00
kudzu_cp
a196ba35c8 2012-07-13 01:35:37 +00:00
kudzu_cp
6743772240 2012-07-13 00:45:20 +00:00
kudzu_cp
736daaac0e 2012-06-28 06:13:49 +00:00
kudzu_cp
35c9fea904 Moved text section above data section. 2012-06-26 02:13:52 +00:00
kudzu_cp
9ce1c79aa1 2012-06-25 20:22:36 +00:00
kudzu_cp
eb455288ed 2012-06-25 18:14:42 +00:00
kudzu_cp
048b175954 Preservation of obj file. 2012-06-25 17:26:51 +00:00
sschocke_cp
5e5963bb23 Added Ignore DebugStub Attribute option to ProjectSettings Debug Page - allowed user to ignore DebugStub Attribute on all methods for deep debugging. Also commented DebugStubAttribute. 2012-02-03 20:02:27 +00:00
mterwoord_cp
415f528359 + bootstrap configuration builds again
+ debug info handling is refactored into 1 class
2011-01-02 12:55:43 +00:00
mterwoord_cp
121464d6cd Only 1 debug info file is used now (.cpdb) 2010-12-29 12:45:29 +00:00
mterwoord_cp
6695e89e5f 2010-09-05 16:28:59 +00:00
mterwoord_cp
d139b3e8af 2010-08-12 09:19:14 +00:00
mterwoord_cp
f0822e6123 2010-08-11 12:00:40 +00:00
mterwoord_cp
b2b1e4b006 2010-08-09 12:34:29 +00:00
mterwoord_cp
5b64f95be6 Implemented auto-search for the kernel assembly in a .Cosmos project. cleaned up the Cosmos.targets file. 2010-08-09 07:10:47 +00:00
mterwoord_cp
5e2e03718d Project system changes done. express-ready now. 2010-08-08 10:46:44 +00:00
mterwoord_cp
817948f934 DON'T DOWNLOAD! this version has a project system which does not build the kernel. 2010-08-07 15:26:44 +00:00
mterwoord_cp
16fc8313ce 2010-07-27 15:42:29 +00:00
mterwoord_cp
11b5d3b7ef 2010-07-27 15:11:14 +00:00
mterwoord_cp
57aa06539b Improve build speed when kernel didn't change. 2010-07-27 13:27:29 +00:00
mterwoord_cp
0ad15a1b65 + msbuild file cleanup (debug message was left)
+ speedup cxdb loading
2010-05-05 08:13:24 +00:00
mterwoord_cp
da56d6e32d 2010-04-09 09:24:05 +00:00
mterwoord_cp
3bab7bc81d 2010-04-09 08:55:10 +00:00
mterwoord_cp
a121eeb63b 2010-04-05 17:25:58 +00:00
mterwoord_cp
c582b29e76 msbuild fixes. 2010-04-04 15:02:32 +00:00
mterwoord_cp
c9501c4c3c 2010-03-29 16:41:12 +00:00
mterwoord_cp
655fc5e34a VS intergateion works now when insalled using installer 2010-03-16 18:08:44 +00:00
mterwoord_cp
394bbbb52c Propertypages work now 2010-01-27 12:27:22 +00:00