Kudzu
636c575949
g3
2017-07-26 20:31:16 -04:00
Kudzu
e7daff3c9b
g3
2017-07-26 18:47:36 -04:00
Kudzu
1797706c10
g3
2017-07-25 15:01:27 -04:00
Kudzu
4fb8e18347
g3
2017-07-25 14:34:11 -04:00
Kudzu
55304d6372
g3
2017-07-25 13:25:31 -04:00
Kudzu
568dae9d97
Template ignore *.cosmos
2017-07-24 15:31:07 -04:00
Kudzu
380f8452f6
g3
2017-07-24 15:24:50 -04:00
Kudzu
265d53bc36
g3
2017-07-21 14:36:39 -04:00
Kudzu
e2be4f1a57
g3
2017-07-21 14:26:57 -04:00
Kudzu
ff1c942503
Gen3
2017-07-21 13:19:49 -04:00
fanoI
0e6d0d0f75
Renamed Demo "Cosmos Graphic Subsystem" to "CosmosGraphicSubsystem"
2017-07-16 19:36:36 +02:00
fanoI
ba0a82caca
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
# Conflicts:
# Demos/Cosmos Graphic Subsystem/Cosmos Graphic SubsystemBoot.Cosmos
2017-07-16 15:08:48 +02:00
fanoI
5e2e85d23e
CGS works only with Bochs.
2017-07-16 14:54:55 +02:00
José Pedro
d3ae9f0a35
Moved plugs references to Cosmos.targets.
2017-07-14 21:52:22 +01:00
Kudzu
54a87048f8
Cosmos.System_Plugs
2017-07-12 14:23:19 -04:00
Kudzu
e70afe3165
Few more fixes
2017-07-03 18:49:38 -04:00
Charles Betros
6018475507
Revert "Rename Cosmos.Core_Asm to Cosmos.Core.Asm."
...
This reverts commit e8fabb7eef .
2017-07-03 09:51:51 -05:00
Charles Betros
e8fabb7eef
Rename Cosmos.Core_Asm to Cosmos.Core.Asm.
2017-07-02 16:31:57 -05:00
Kudzu
09379d9ecc
sln
2017-07-02 13:51:27 -04:00
Kudzu
eee320c724
Name consolidation
2017-07-01 16:49:28 -04:00
Kudzu
71ec45c583
Bin Cache changes
2017-06-28 13:56:00 -04:00
José Pedro
354e913e4e
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into netcore
2017-06-11 01:15:48 +01:00
NuHash
feffe0a39f
Made requested changes
...
Made DrawPolygon variadic
Included exception handling for drawing out of bounds
Updated CGS demo
2017-05-22 22:51:07 +01:00
José Pedro
2139371c47
Changed Cosmos.targets path.
2017-05-22 00:58:55 +01:00
NuHash
8476a1f0fd
DrawCircle and DrawEllipse
...
Need to implement Bresenham
2017-05-21 02:23:00 +01:00
José Pedro
86a5ee339e
XSharp.VS fixes.
...
Added back the Cosmos Graphic Subsystem demo.
2017-05-18 01:25:13 +01:00
José Pedro
9553ab3f31
Project build fixes.
2017-05-13 17:27:17 +01:00
José Pedro
2d0ab5be77
Project build fixes.
2017-05-12 01:41:02 +01:00
Charles Betros
ea3fe8077b
Add Guess demo to cosmos solution. Change package feed names.
2017-05-06 19:41:14 -05:00
José Pedro
5096e3cd90
Merge branch 'master'.
2017-05-04 01:18:50 +01:00
Charles Betros
a319a3f97e
VS 2017 work.
2017-03-19 09:29:46 -05:00
José Pedro
0e73e13a3b
Fixed build.
...
Moved Cosmos Graphic Subsystem project to Demos.
2017-03-07 00:26:59 +00:00
fanoI
db5b713090
CGS is finally ready to be used! Let's merge it...
...
- To solve the slowness of the MemoryBlock Fill() method when the block has a big size I've created a new class for this MemoryOperations that for now contains only the method Fill() with a part implemented in ASM and with some overloads to semplify its usage from managed code. In future in this class will be added other methods to operate fast on memory for example Cmp() and Copy().
- Adding (not passing) test of the Color struct to the BoxingTest kernel
- Removed BoxingTest kernel inside BCL test: it was a duplicate of the BoxingTest kernel
- Restored correct TestKernelSets
- In the CGS Test kernel the last rectangle is now LimeGreen instead of another type of red (more clear that is working correctly)
- Added to X# the generation of the instruction Shuftps
- Added to X# the generation of the instruction MoveUPS
- Modified Guess Demo to wait for a key press to terminate (it closed suddenly in case the number was guessed)
- The VBE IOMemoryBlock has again size of 1920x1200 (the max usable)
- Added CGS Demo
- Code clean up
2017-03-05 20:32:55 +01:00
José Pedro
c20bf21e3d
Installer fixes.
2017-02-25 18:29:45 +00:00
Charles Betros
0c0c9e3b64
Test runner work.
2017-01-31 15:09:55 -06:00
Charles Betros
2633005924
Exception regions and assembly ring.
2017-01-31 11:22:59 -06:00
Charles Betros
4ac1ca23f2
Got ResolveType, String, Method, Field working.
2017-01-28 00:27:45 -06:00
Charles Betros
296ca05ab0
Get references.
2017-01-22 09:07:37 -06:00
José Pedro
c095cbbf93
TestRunner port to net core.
2017-01-17 00:35:58 +00:00
Charles Betros
afd18e2f15
Code cleanup and solution cleanup for netcore.
2017-01-15 22:23:56 -06:00
José Pedro
c2d422edf4
Compiler fixes.
...
Created project.json files for projects that need it.
2017-01-11 00:12:14 +00:00
José Pedro
3db5ce43bb
Compiler fixes.
...
Compiler fixes.
Updated project.json files.
Removed *.lock.json files and updated gitignore to ignore them.
Updated some Cosmos.Debug projects.
2017-01-08 14:54:29 +00:00
Charles Betros
88bdb029a9
Progress on net core.
2017-01-03 15:31:21 -06:00
Charles Betros
216d8a3209
Get compiler working.
2016-12-29 00:20:34 -06:00
Charles Betros
10cfcbea73
Progress on netcore.
2016-12-28 00:27:54 -06:00
Charles Betros
8e3046219a
Netcore changes.
2016-12-22 23:02:29 -06:00
Charles Betros
8d4f634d48
Going with PCL for now to make P2P references easier.
2016-12-19 10:45:38 -06:00
Charles Betros
411ce3e872
Create projects and msbuild targets for dotnet core.
2016-12-13 22:39:41 -06:00
Kudzu
fee2ef5556
bla
2016-11-27 15:04:11 -04:00
Charles Betros
4ab093e732
Merge pull request #394 from MichaelTheShifter/fat-stuff
...
Adds plug for System.IO.File.Delete(), and adds deletion capabilities to FAT.
2016-08-24 20:17:55 -05:00
José Pedro
153cde7d5e
- CosmosVFS.GetDirectoryListing(DirectoryEntry): "Argument is null or empty" error - Fixed
...
- File.Delete and Directory.Delete implementations - Fully Working
- Change Guess demo references to Project References - Done
2016-08-18 15:32:29 +01:00
fanoI
56beccb8af
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
# Conflicts:
# source/Cosmos.sln
2016-06-26 15:09:13 +02:00
fanoI
4e1c505e52
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
# Conflicts:
# Tests/Cosmos.Compiler.Tests.SingleEchoTest/Kernel.cs
# source/Cosmos.Assembler/Assembler.cs
# source/Cosmos.IL2CPU/IL/Add.cs
# source/Cosmos.IL2CPU/IL/Ceq.cs
# source/Cosmos.IL2CPU/IL/Cgt.cs
# source/Cosmos.IL2CPU/IL/Cgt_Un.cs
# source/Cosmos.IL2CPU/IL/Clt.cs
# source/Cosmos.IL2CPU/IL/Clt_Un.cs
# source/Cosmos.IL2CPU/IL/Conv_I2.cs
# source/Cosmos.IL2CPU/IL/Conv_I4.cs
# source/Cosmos.IL2CPU/IL/Conv_I8.cs
# source/Cosmos.IL2CPU/IL/Conv_R4.cs
# source/Cosmos.IL2CPU/IL/Conv_R_Un.cs
# source/Cosmos.IL2CPU/IL/Conv_U1.cs
# source/Cosmos.IL2CPU/IL/Conv_U2.cs
# source/Cosmos.IL2CPU/IL/Div.cs
# source/Cosmos.IL2CPU/IL/Mul.cs
# source/Cosmos.IL2CPU/IL/Sub.cs
2016-06-26 15:02:38 +02:00
Matthijs ter Woord
610f2b652a
Geting closer on zork.
2016-06-23 18:12:28 -04:00
Charles Betros
1e55f613d8
Build config changes.
2016-06-19 09:18:22 -05:00
Charles Betros
8f57c22fc8
Minor build changes
2016-06-19 02:20:51 -05:00
Matthijs ter Woord
674ed987ca
Fix build.
2016-06-17 08:31:56 -04:00
Michael VanOverbeek
35957a686e
Added frotz kernel and switched references to project references. ( #381 )
...
* Added ZMachine demo stuff to cosmos sln
* Changed references in frotz kernel to project references
2016-06-16 21:39:24 -05:00
MichaelTheShifter
49bafa1750
Removed un-needed projects
2016-06-14 08:41:01 -04:00
MichaelTheShifter
9f602e38c8
Added Frotz kernel
2016-06-14 08:32:28 -04:00
Charles Betros
72da433a2a
Changed debug settings.
2016-06-12 23:22:54 -05:00
Matthijs ter Woord
d8d30ec9b5
Enable debugging for guess.
2016-06-11 16:09:59 -04:00
Kudzu
0ea8e1e26a
Windows Console shell for Frotz
2016-06-09 14:19:58 -04:00
Kudzu
fe383de85a
Frotz
2016-06-09 10:34:36 -04:00
fanoI
58c556f085
- Initial work as for https://github.com/CosmosOS/Cosmos/issues/359
...
- Added Console.Clear() to Guess Demo (the boot text remained on screen)
- Added to BCL test BitConverterTest (all failing), test for single / double arithmetic operations
- Added to TestRunner BCLTest
2016-05-21 18:55:39 +02:00
Charles Betros
b283a07631
Update .net versions.
2016-03-13 20:42:09 -05:00
Charles Betros
8937b5c11a
Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git
2016-03-13 12:49:12 -05:00
Charles Betros
0bef9a8fac
Updating solution config.
2016-03-13 12:27:58 -05:00
fanoI
35583c657a
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
# Conflicts:
# Demos/Guess/GuessOS.cs
# Tests/Cosmos.Compiler.Tests.Bcl/Kernel.cs
# source/Cosmos.System.Plugs/Cosmos.System.Plugs.csproj
2016-03-07 21:23:11 +01:00
Charles Betros
4a3b6a50df
Fixed up project and solution configurations and remove jetbrains annotations.
2016-03-06 17:33:21 -06:00
fanoI
37b259fc90
Nothing to do? Wrong code continues to exists?
2016-02-28 16:47:31 +01:00
fanoI
3000650210
Tried for the last time to ri-pristinate the correct GuessOS.cs without Console debug code... what is that re-merge the wrong version?
2016-02-28 16:43:39 +01:00
fanoI
b0facaedad
Tried for the last time to ri-pristinate the correct GuessOS.cs without Console debug code... what is that re-merge the wrong version?
2016-02-28 16:37:02 +01:00
fanoI
dacdd51814
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
2016-02-21 14:19:52 +01:00
Charles Betros
6f50b73386
Changed build configuration
2016-02-15 01:29:03 -06:00
fanoI
093e6777b4
Revert "Restored Files that should not be changed"
...
This reverts commit 4606bc84c7 .
2016-01-15 00:18:52 +01:00
fanoI
102b5357ef
Revert "The Original property file should be restored"
...
This reverts commit ab504a8478 .
2016-01-15 00:18:47 +01:00
fanoI
b803343748
Revert "Last try to not have conflicts..."
...
This reverts commit 97a11e6331 .
2016-01-15 00:18:24 +01:00
fanoI
97a11e6331
Last try to not have conflicts...
2016-01-14 21:12:36 +01:00
fanoI
ab504a8478
The Original property file should be restored
2016-01-14 21:10:00 +01:00
fanoI
4606bc84c7
Restored Files that should not be changed
2016-01-14 20:58:26 +01:00
fanoI
ee11522200
Merged master fixed conflict.
2016-01-14 20:49:49 +01:00
Matthijs ter Woord
44690293e8
Delegates issue solved.,
2015-09-05 18:11:20 +02:00
Matthijs ter Woord
3b68fb3720
Add some tests.
2015-09-04 14:54:38 +02:00
Matthijs ter Woord
15f2df89b3
More progress. We have a bug in try...finally now..
2015-08-04 15:32:18 -04:00
Matthijs ter Woord
8d24082dbd
Fix debugging now.
2015-07-23 15:40:49 -04:00
Matthijs ter Woord
cd34941002
Speed.
2015-07-23 13:37:57 -04:00
Matthijs ter Woord
42ec16044c
Cleanup Guess demo project.
2015-07-22 15:57:01 +02:00
Matthijs ter Woord
8e7fc28e0e
Ongoing debug fixes.
2015-07-21 14:51:31 +02:00
Matthijs ter Woord
5f44ec8ac1
Improve debug speed.
2015-07-20 14:35:59 +02:00
Matthijs ter Woord
8e2a89ac6e
Restore guess demo.
2015-07-05 14:07:51 +02:00
Matthijs ter Woord
732a3e2a3a
More fixes to stack reservation. We were assuming that there was space reserved for return value, while it shouldn't in all cases.
2015-07-04 12:46:28 +02:00
Matthijs ter Woord
5c116490da
Cleanup.
2015-06-17 20:22:58 +02:00
Matthijs ter Woord
68282aa557
Keyboard works. Next is enabling code that should be enabled, and removing debug code.
2015-06-17 20:09:37 +02:00
Matthijs ter Woord
44cdc7dc61
Other fixes.
2015-06-16 18:35:46 +02:00
Geramy L. Loveless
d6728ec902
bochs safe kill
...
we are now safely killing the bochs process and we release the use of
the cdb file via the OnShutDown event in the AD7Process.css
2015-05-26 11:17:13 -07:00
Matthijs ter Woord
8fee341998
Change some projects to target cpu = x86
2015-05-26 19:07:19 +02:00
Geramy L. Loveless
e482660024
Settings bug fixed
...
I used a frozen variable because the onchange events for anything in the
settings page was being applied to the current mProp which means when we
load our settings we will load the defaults.
2015-05-22 10:38:56 -07:00
gloveless
28a6e53549
Bochs configuration
...
more configuration but it doesnt seem to connect idk....
2015-05-17 10:44:29 -07:00
gloveless
1621c36784
Bochs Visual Studios Debug
...
I have the visual studio debug settings working but it seems to not be
working bochs is a pipe-client connecting i am not sure if it is just
slow over com or not working.
2015-05-16 21:43:52 -07:00