KingLuigi4932
a2cc139ad3
Update AHCI.cs
2017-12-29 23:36:45 +03:00
KingLuigi4932
c44a4fedfe
Update MemoryBlock.cs
2017-12-28 22:57:11 +03:00
KingLuigi4932
9825304b06
Update MemoryBlock.cs
2017-12-28 22:56:52 +03:00
KingLuigi4932
a8b46bdb6d
Update MemoryBlock.cs
2017-12-28 22:56:06 +03:00
KingLuigi4932
47205dc144
Nit: blank space
2017-12-25 21:17:34 +03:00
KingLuigi4932
d4b4bd4d28
[AHCI] First working AHCI Controller!
2017-12-25 08:33:29 +03:00
KingLuigi4932
8d40fc24b7
[AHCIMemGroup] Fix.
2017-12-22 07:40:15 +03:00
KingLuigi4932
9f21ed4af0
[AHCIMemGroup] Init.
2017-12-22 07:30:38 +03:00
KingLuigi4932
49f59bbcef
(Needed) Read and Write Buffer Methods
2017-12-22 06:56:52 +03:00
José Pedro
a63f4eaa5a
Moved to .NET Core 2.0.
2017-08-24 19:20:44 +01:00
Kudzu
4a64fbb4ac
separation
2017-08-10 18:56:55 -04:00
Kudzu
fa4c223452
Move again because of submodules being less than half baked in git.
2017-08-10 16:04:19 -04:00
Kudzu
fa00b78441
New Cosmos parent dir
2017-08-08 11:29:41 -04:00
Kudzu
ef419df411
AsmMarker
2017-08-04 11:10:02 -04:00
Kudzu
2b3f1c0e54
AsmMarker to use Dictionary
2017-08-04 11:02:54 -04:00
José Pedro
c945893a96
g3
2017-08-03 23:55:32 +01:00
Kudzu
c64597ce6e
Attribs NS
2017-08-03 16:46:15 -04:00
Kudzu
221460e191
Attrib NS change
2017-08-03 15:17:34 -04:00
Kudzu
48c00d27ba
g3
2017-07-29 13:40:27 -04:00
jp2masa
b88ecd8b5b
Merge pull request #704 from valentinbreiz/ACPI
...
ACPI Improvements.
2017-07-16 22:32:17 +01:00
Valentin Charbonnier
baa9d4caa9
Improvements.
2017-07-16 20:19:49 +02:00
Kudzu
7a2b62f71d
more
2017-07-14 13:47:54 -04:00
Kudzu
d95d0b71b7
Code sorting to RingAttribs phase 1
2017-07-14 12:39:10 -04:00
Kudzu
484c7be346
Merge Cosmos.Core.Memory down into Cosmos.Core
2017-07-13 15:04:52 -04:00
Kudzu
b4ef31c993
Merge Cosmos.Core.Common
2017-07-13 14:38:23 -04:00
Kudzu
dea3fdf0ef
Merging
2017-07-13 14:29:05 -04:00
Kudzu
1dfe69bc73
Namespace change in prep for project merge
2017-07-13 14:25:50 -04:00
Kudzu
84b0b0184d
Cosmos.IL2CPU.Plugs is now Cosmos.IL2CPU.API
2017-07-13 13:05:05 -04:00
jp2masa
7f3f647197
Merge pull request #671 from valentinbreiz/ACPI
...
ACPI Implementation (Restart, Shutdown)
2017-07-09 15:19:20 +01:00
José Pedro
1ce42933e3
Updates.
2017-07-06 00:34:04 +01:00
Valentin Charbonnier
ba65f3b479
Bug fixes and additions.
...
- The user can now Enable and Disable ACPI
- Image change in the setup (for a better design)
- Bug fixed with Remote Debugging (NRE)
2017-07-03 20:27:28 +02:00
Kudzu
09379d9ecc
sln
2017-07-02 13:51:27 -04:00
Kudzu
1dbf352c74
ref fixes
2017-07-02 12:21:53 -04:00
Kudzu
71ec45c583
Bin Cache changes
2017-06-28 13:56:00 -04:00
Valentin Charbonnier
1a9e83b632
Some modifications...
...
ACPI class clarified.
Start ACPI added when starting a Cosmos Kernel project. (it does not
work with remote debugging, the project crash in the VM)
2017-06-21 19:26:08 +02:00
Valentin Charbonnier
78f276aded
ACPI.cs moved to Cosmos.Core
...
(From Cosmos.HAL)
2017-06-21 13:38:40 +02:00
Charles Betros
7468ab1339
Local names and caching. Minor csproj changes.
2017-06-10 12:35:21 -05:00
José Pedro
188f91a983
Project build changes.
2017-05-06 01:37:42 +01:00
José Pedro
5096e3cd90
Merge branch 'master'.
2017-05-04 01:18:50 +01:00
José Pedro
7cc7a8d16b
Fixed the debug engine.
...
Added kernel packages to installation.
2017-05-03 00:34:28 +01:00
Charles Betros
a319a3f97e
VS 2017 work.
2017-03-19 09:29:46 -05:00
fanoI
765cc6688a
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
# Conflicts:
# source/Cosmos.HAL/Drivers/VBEDriver.cs
2017-03-05 22:30:05 +01: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
1ec74b94a8
Fixes.
2017-02-03 12:53:07 +00:00
Charles Betros
2633005924
Exception regions and assembly ring.
2017-01-31 11:22:59 -06:00
Charles Betros
4e92a523b4
Moved plugs from il2cpu.
2017-01-28 23:04:47 -06:00
Charles Betros
aa08e48366
Get locals
2017-01-28 16:39:30 -06:00
Charles Betros
296ca05ab0
Get references.
2017-01-22 09:07:37 -06: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