Commit graph

133 commits

Author SHA1 Message Date
tgiphil
74c1dc4cde - Removed *.vspscc files 2014-12-04 23:11:34 -08:00
Sentinel209_cp
e851d3efcb Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
Trivalik_cp
41584c0fe8 reduce warnings TrivialFTP.cs, AD7PendingBreakpoint.cs, EngineCallback.cs, FatFile.cs, Heap.cs, INTs.cs, VGAScreen.cs 2014-11-19 13:27:49 +00:00
mterwoord_cp
47f83e0b34 Compiler fixes and other fixes. 2014-07-12 16:05:56 +00:00
mterwoord_cp
8f30e7675d Several changes again. 2014-07-12 13:02:10 +00:00
lcr_watson_cp
c863b669fd 2014-04-20 15:37:09 +00:00
EdwardNutting_cp
bac3f98d56 VS2013 Support
This is relatively stable but no to be considered complete. Currently supported:
1. Installing user/dev kit (as normal)
2. Creating C#/VB/F# projects (latter 2 untested)
3. Debugging a Cosmos project - see limitations list below.

Debugging limitations:
1. Breakpoints sometimes fail to be hit. Only known thing that may help is recompile everything.
2. Specific breakpoint failure case: If you try and place a breakpoint on or after a "while(true)" statement it is extremely unreliable.

Other limitations:
1. VMWare occasionally breaks. If you get "Internal error" messages, or if VS crashes (don't let Windows "fix" it) or if VMWare fails to load properly there is only one known & reliable solution: Re-run the VMWare installer and hit "Repair". No restart required. You won't lose your VMs or settings (AFAI can tell).

If it all breaks, feel free to rant at it ;)
2013-11-06 21:01:49 +00:00
AtomOS_cp
18b8c68f7f Read Block Mistake Fixed.... 2013-03-14 08:42:08 +00:00
AtomOS_cp
272ee6eb36 2013-03-10 11:52:51 +00:00
AtomOS_cp
2985078561 2013-03-03 13:26:59 +00:00
geramy_cp
11f1073af3 Fixed the Plug build errors with Matthijs 2013-02-02 13:17:51 +00:00
HugeCode_cp
efdfa422f5 2013-01-27 17:09:26 +00:00
kudzu_cp
152ad7a9b2 Frakalicious! We have lift off! 2012-07-02 03:24:03 +00:00
Trivalik_cp
c23c2e6317 improve SVGAII
fix SetPixel/GetPixel calculation
add check for capability to implement fill and copy rect
2012-02-25 00:17:32 +00:00
Trivalik_cp
9cb1bb3797 fix WriteToFifo() in SVGAII driver 2012-02-23 22:19:05 +00:00
blah38621_cp
f63774aa9d Small change to the VMWareSVGAII driver. 2012-02-16 20:31:30 +00:00
sschocke_cp
24c27d23ef Added network support. ARP and ICMP echo(ping) is working. Couple of major changes here, so please re-run install.bat 2012-02-05 20:24:53 +00:00
sschocke_cp
b6e98c13c2 Implemented MemoryBlock changes as discussed with Matt and mailing list - all offsets are not byte offsets, and the TextScreen and VMWareSVGA classes have been updated to use the new functions 2012-02-02 20:06:45 +00:00
HKS_cp
66a97a383e Added PcSpeaker class 2012-01-23 14:13:32 +00:00
kudzu_cp
f799b03867 Removed test code. 2012-01-22 15:15:39 +00:00
kudzu_cp
641da058e7 2012-01-16 14:54:19 +00:00
kudzu_cp
06e96d09e5 2012-01-16 04:56:51 +00:00
kudzu_cp
c7a0921085 Work for new tool window. 2012-01-04 05:11:15 +00:00
blah38621_cp
1b922726f0 The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.)
This one makes sure that constructors for abstract classes are protected, not public, as the constructor can only be called by child classes.
2011-10-22 23:19:51 +00:00
blah38621_cp
7798780f57 Implemented the RTC, it should now support all possible options that RTC can support. 2011-09-17 16:51:03 +00:00
blah38621_cp
b1795b585e Added the Clear, and DefineCursor functions to the repository version of the VMWareSVGAII driver. 2011-09-16 18:30:17 +00:00
blah38621_cp
c92a4d31df Fully plugged the System.Math class with a pure C# version. Commented out the old version of this plug, but left it there. Also commented out the exception that was being thrown in Cosmos.Hardware.BlockDevice, which was preventing system booting. 2011-09-15 21:09:52 +00:00
boeman_cp
69a4745c54 Implemented support for PCI Devices
Added VMWareSVGAII Driver
2011-09-14 10:42:22 +00:00
blah38621_cp
3c43265327 Fixed my mouse file, it now compiles. It's also now un-commented. (Possible future change: Make BaseIOGroups a static class) 2011-07-20 00:32:46 +00:00
Sentinel209_cp
a208ab88ba Removed mouse for now. 2011-07-19 00:40:03 +00:00
blah38621_cp
c576c8baf9 Fixed the formatting of the code in AtaPio 2011-07-18 21:00:07 +00:00
blah38621_cp
1e3b6b0b6d Updated the Mouse to pull from the BaseIOGroups class. Also added the mouse to that class. 2011-07-18 20:46:54 +00:00
HKS_cp
d8cb4d7709 Added Mouse.cs to Cosmos.Hardware 2011-07-05 11:49:02 +00:00
Trivalik_cp
c0300b0c7e fix Read8 in AtaPio 2011-06-19 20:59:28 +00:00
Trivalik_cp
8cd3d9cf47 GDB Client, change function label to textbox, allows to copy the name
change filesystem to int64, logical error in Read()
fix Ldarg, Ldarga xExtraSize, now should work really 64 bit and greater
2011-06-16 20:56:22 +00:00
kudzu_cp
95393c0c6e 2011-03-03 05:23:44 +00:00
kudzu_cp
cb1b54131f Fixed a scrolling bug in Console where characters were not cleared. Also made slight optimizations to TextScreen class. 2011-03-03 00:42:56 +00:00
kudzu_cp
73d9640b21 Removed temp debug code. 2011-02-28 01:53:26 +00:00
mterwoord_cp
b5d27fe19a casting works again.. 2011-02-27 17:06:15 +00:00
kudzu_cp
76bda1e0da 2011-02-25 17:40:30 +00:00
kudzu_cp
3e61698d8b 2011-02-24 14:59:01 +00:00
kudzu_cp
b751e45aaf 2011-02-24 07:02:28 +00:00
kudzu_cp
9c4fb010ff 2011-02-24 05:07:33 +00:00
kudzu_cp
ef3af692b6 2011-02-24 04:16:31 +00:00
kudzu_cp
b3a7a30678 2011-02-24 03:24:08 +00:00
kudzu_cp
bad03a31ae 2011-02-23 23:54:06 +00:00
kudzu_cp
670334f745 2011-02-23 18:54:54 +00:00
kudzu_cp
a0a3081760 2011-02-23 18:19:29 +00:00
mterwoord_cp
0fa12c055e Fix for 0x5 2011-02-23 17:31:57 +00:00
kudzu_cp
dc58fdd249 2011-02-23 17:17:35 +00:00