Commit graph

1649 commits

Author SHA1 Message Date
kudzu_cp
5761e8d4cf 2009-05-28 14:05:05 +00:00
bklooste_cp
17694b590a Some more Enhancements to reduce mem and to get release working 2009-05-27 13:07:24 +00:00
bklooste_cp
c399c449d8 Cleanup and moved to playgrounds 2009-05-27 11:20:03 +00:00
bklooste_cp
2d656cc6ea 2009-05-27 11:18:14 +00:00
mterwoord_cp
d1d899b2fe 2009-05-26 16:00:52 +00:00
bklooste_cp
c82c98441b Bens tests 2009-05-26 11:38:34 +00:00
bklooste_cp
379559fa11 Lightweight Post Assemble code 2009-05-26 11:33:48 +00:00
bklooste_cp
7ce6f48d0a refactor 2009-05-24 14:08:29 +00:00
mterwoord_cp
4f2e0619e8 2009-05-24 13:59:13 +00:00
bklooste_cp
b5770fa8a8 minor refactor 2009-05-24 12:28:19 +00:00
bklooste_cp
4c4d9ef8af Code to reduce Memory usage by using String.Intern and a bug fix for no size Move instructions 2009-05-24 06:32:21 +00:00
mterwoord_cp
881f99c08d speed enhancements, but still needs huge amount of ram. DOES NOT WORK. prints ---------- and number per 100 methods.. 2009-05-23 18:12:24 +00:00
bklooste_cp
70a61d66ec Broken because generics DO not get 2009-05-23 16:28:49 +00:00
mterwoord_cp
ff197da2ad Intermediate checkin for compiler refactorings. DOES NOT WORK. DONT DOWNLOAD!! 2009-05-23 15:13:13 +00:00
kudzu_cp
9a019eb1cc 2009-05-22 18:08:19 +00:00
kudzu_cp
97c4043d9c Added ref to Cosmos.Builder.Common 2009-05-22 17:41:53 +00:00
kudzu_cp
54b0d6f9fe Moving 2009-05-22 07:30:10 +00:00
kudzu_cp
af8b5f78c3 Initial checkin 2009-05-22 07:23:07 +00:00
kudzu_cp
168673faa1 Initial checkin 2009-05-22 07:20:18 +00:00
smremde_cp
d3014fb564 2009-05-20 18:30:25 +00:00
Xenni_cp
eae6e9fcd7 Quick changes to TxUI: backspace now works; holding alt while using a navigation key will instead print that key. 2009-05-20 01:34:11 +00:00
smremde_cp
fbddad6033 moved view memory to the Cosmos.Debug.Debugger 2009-05-19 21:33:07 +00:00
smremde_cp
d0eaf1f14d VBE3 test 2009-05-19 21:02:16 +00:00
smremde_cp
97682a9cf6 ACPI updates
debugmemoryview class
stevekernel changes
2009-05-19 20:59:26 +00:00
Xenni_cp
9fc6a518c7 Changes to Engine.cs, Engine2.cs to fix bugs which caused compilation of anything using DynamicMethodEmit to fail.
The error appeared to be caused by improperly updating the GUI, so it should be able to be fixed later...
2009-05-19 03:34:12 +00:00
mterwoord_cp
3a8b42052d serial fix? 2009-05-17 14:52:50 +00:00
bklooste_cp
ef0ed74cfe Reenabled TestRunner 2009-05-17 13:13:56 +00:00
bklooste_cp
8a6a491e13 Update to fix bug if caller doesnt hook event 2009-05-17 10:51:23 +00:00
bklooste_cp
531f4b57fb 2 performance related changes for Matthijs to look at 1) Swap sorted list for Dictionary , 2) Change the LINQ query that selects the Method. 2009-05-17 02:14:52 +00:00
mterwoord_cp
cf178add9e reversed to old state.. 2009-05-16 17:16:41 +00:00
mterwoord_cp
60ba56ae9a quickwin, improved build time by 35-40% 2009-05-16 16:38:11 +00:00
bklooste_cp
a894a23b6c Cosmetic 2009-05-16 14:44:59 +00:00
bklooste_cp
c3fdb104ba benk Builder change - minor patch to launch debugger 2009-05-16 14:23:00 +00:00
bklooste_cp
61272dd6ff 2009-05-16 12:43:51 +00:00
bklooste_cp
ddeffbda62 Builder refactoring by BenK 2009-05-16 10:26:46 +00:00
Xenni_cp
413e171e7a Text UI Added to my playground - give it a test!
Manager Controls: 'tab' switch between controls; '`' switch back; '~' deselect all. Textbox Controls: 'ALT+q' cursor back; 'ALT+e' cursor forward; 'ALT+w' cursor up; 'ALT+s' cursor down; 'ALT+d' backspace. Button Controls: '[space]' activate.
New GUI will be merged directly into system if people approve. ('Cosmos.Text.Forms' sounds cool enough.)
2009-05-13 02:21:08 +00:00
Xenni_cp
f06f0954a3 Work Item 6991: 'Colours' replaced with 'Colors'. :) 2009-05-13 02:12:54 +00:00
smremde_cp
6cb197ef15 VGAScreen changes
COSMO Logo on boot in SteveKernel
2009-05-12 22:48:31 +00:00
kudzu_cp
d8e8f8c3ca Modified comment to be clear that 2009 is server 2008, not vs 2008. 2009-05-12 16:59:41 +00:00
Xenni_cp
0def53f0e5 Small bug fix for PIT.
Also added init routine to Global.cs (Hardware) so that the new PIT will actually work. This is a MUST if you are using the new PIT.
2009-05-11 03:41:09 +00:00
Xenni_cp
e49a83c016 Quick bug fixes to Console.cs and NibblesCS Game (oops) 2009-05-11 01:37:11 +00:00
Xenni_cp
5ba6518803 Added Exception Handling to BuildUI.cs.
This makes it faster to Build Cosmos if QEMU is left open, ect..., as VS will no longer break. A message box is shown prompting for action.
2009-05-11 00:58:06 +00:00
Xenni_cp
0a9ba3e237 Changes to DynamicMethodEmit to support MultiArray 'Address' functionality.
Tests appear successful.
2009-05-11 00:56:07 +00:00
Xenni_cp
577dcdb49e New PIT engine - 100% compatible with old version, but much more powerful. Tested and works on real hardware.
Small changes to Console.cs were also made to improve beep.
2009-05-11 00:54:27 +00:00
Xenni_cp
e378e212a1 Updates to Xenni's Workspace 2009-05-11 00:51:56 +00:00
Xenni_cp
cbf7aff2d8 2009-05-11 00:49:57 +00:00
Xenni_cp
58debd6827 Small Bug Fix to DynamicMethodEmit Engine.
The Bug caused multiarrays of types in the Entry Point Assembly to not be recognized.
2009-05-07 00:08:43 +00:00
Xenni_cp
42167cd906 Added comments to DynamicMethodEmit compiler-time service I wrote.
Should be alot easier to use now!
2009-05-06 01:05:39 +00:00
Xenni_cp
cdda155cb5 Added simple boolean property (EnableDebug) which disables the heap consumption status line if set to false. 2009-05-05 22:49:19 +00:00
Xenni_cp
61487e92f0 2009-04-20 02:29:22 +00:00