Commit graph

7978 commits

Author SHA1 Message Date
Quajak
7635fcdb77 Merged 2018-05-19 13:33:28 +02:00
jp2masa
13b4b8e755
Merge pull request #930 from CosmosOS/vmt-fixes-tests
Added type system tests
2018-05-18 16:55:42 +01:00
Charles Betros
cb28169ddf Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2018-05-16 08:07:37 -05:00
Charles Betros
3354519f91 Fix breakpoints for elf. 2018-05-16 08:07:29 -05:00
José Pedro
0f288851cc
Package updates. 2018-05-14 21:47:25 +01:00
José Pedro
5dfb772d5d
Added builder dependency for repos. 2018-05-14 20:51:23 +01:00
José Pedro
4d1ace8f0a
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into builder-improvements 2018-05-14 17:58:07 +01:00
Quajak
cacc918f09 Removed the byte converter class and used encoding or bitconverter classes for the correct classes. 2018-05-13 21:23:43 +02:00
fanoI
376c0d2db6 Changed some classes of CGS to be struct as they should have been from the beginnning.
- Mode and Point are now structures
- The copy of System.Drawing.Color is not needed anymore the real System.DrawingColor is used instead
- Updated CGS Test Kernel
- Made SVGAII a little more faster (but this not the complete solution)
2018-05-13 20:17:20 +02:00
José Pedro
b9f92dab19
Fixed Cosmos.Build package. 2018-05-10 23:22:49 +01:00
jp2masa
28647a854d
Merge pull request #974 from valentinbreiz/fix-PCNETII
PCNETII Driver now working again.
2018-05-08 19:29:57 +01:00
Valentin Charbonnier
0a06a9af9c Forgot that. 2018-05-08 18:52:28 +02:00
Valentin Charbonnier
0d74cbc934 Change.
It works :D
2018-05-08 18:46:47 +02:00
José Pedro
7ad7083df4
Fixed build targets. 2018-05-08 16:45:32 +01:00
valentinbreiz
1a5471feca
Merge pull request #51 from CosmosOS/master
Fixed Cosmos.VS.ProjectSystem.csproj.
2018-05-08 17:35:54 +02:00
José Pedro
d1c835e520
Fixed Cosmos.VS.ProjectSystem.csproj. 2018-05-08 16:19:26 +01:00
valentinbreiz
3da5facc69
Merge pull request #50 from aura-systems/fix-networking
NETWORK FIX. FINALLY.
2018-05-07 12:00:30 +02:00
Valentin Charbonnier
af4f3c1fe5 Fix. 2018-05-06 18:24:47 +02:00
valentinbreiz
91d199c5ba
Update README.md 2018-05-06 12:12:09 +02:00
Valentin Charbonnier
a83e0aa487 NETWORK FIX. FINALLY. 2018-05-06 04:31:15 +02:00
valentinbreiz
cfd1ecc9ce
Merge pull request #48 from CosmosOS/master
Fixed #968.
2018-05-05 12:00:30 +02:00
José Pedro
87e38b2c15
Fixed #968. 2018-05-02 23:41:21 +01:00
fanoI
bd6d211f5d - Added tests for HashTable
- Changed plug in ArrayImpl taking 'this' as pointer with the ObjectPointerAccess attribute (this solves the foreach test in HashTable)
- Corrected Thread plug signature
- Corrected SpinWait plug signature
- Added plug for Decimal.Equal (strangely was not required before)
2018-04-30 21:40:53 +02:00
valentinbreiz
ae49dd7c67
Merge pull request #47 from CosmosOS/master
Merge master.
2018-04-28 12:49:04 +02:00
jp2masa
e8262d196c
Merge pull request #950 from CosmosOS/structs-tests
Tests for structs
2018-04-27 19:33:16 +01:00
José Pedro
455a3fe9d2
Workaround for IL2CPU assembly loading issue. 2018-04-26 19:49:42 +01:00
José Pedro
44212bbe65
Updated editorconfig settings. 2018-04-22 22:39:51 +01:00
fanoI
24ae9bb3b1
Merge pull request #953 from quajak/master
[CGS] Add support for 24 bit bitmaps
2018-04-22 21:30:37 +02:00
fanoI
57dc7813d5
Merge pull request #955 from fanoI/driveinfo_work
Driveinfo work
2018-04-22 21:30:07 +02:00
fanoI
d97d3b6e53 - Removed "m_" for properties names
- Renamed class FatDiretoryEntry to FatDirectoryEnty
2018-04-22 15:11:02 +02:00
Arawn Davies
611ca9dbae
Update Bootstrap.cs
Fixed a spelling mistake
2018-04-21 23:29:56 +01:00
valentinbreiz
3c429727f2
Update VMWareSVGAII.cs 2018-04-21 14:56:07 +02:00
valentinbreiz
2b3621adce
Update VMWareSVGAII.cs 2018-04-21 00:50:09 +02:00
José Pedro
216c8b380f
Package updates. 2018-04-20 23:36:25 +01:00
valentinbreiz
5f3ab80447
Merge pull request #46 from CosmosOS/master
Fixed project templates.
2018-04-20 21:28:09 +02:00
José Pedro
fb03edc5e8
Fixed project templates. 2018-04-19 23:17:43 +01:00
Alexy DA CRUZ (GeomTech)
7f0d0c067c
Merge pull request #45 from CosmosOS/master
Merge
2018-04-19 23:40:13 +02:00
José Pedro
0248b6fa12
Updated PackageProjectUrl. 2018-04-18 23:39:22 +01:00
Quajak
be01d41a36 Fixed requested changes 2018-04-18 17:29:00 +02:00
José Pedro
afb06ef689
Fixed demo projects. 2018-04-16 23:25:04 +01:00
fanoI
ad44cfa9b7 Bugfix: TotalSize, AviableSize and TotalFreeSpace must be expressed in Bytes not MegaBytes 2018-04-15 19:56:09 +02:00
Arawn Davies
61fcbeb076
Merge pull request #952 from Arawn-Davies/consolebeep
Plugged Console.Beep
2018-04-15 16:48:03 +01:00
fanoI
b3bd8cbd1e Merge branch 'master' of https://github.com/CosmosOS/Cosmos into hashtable-work 2018-04-15 14:32:23 +02:00
fanoI
7439eed145 Merge branch 'master' of https://github.com/CosmosOS/Cosmos into driveinfo_work 2018-04-15 13:29:57 +02:00
Siaranite
76c277dcbb Renamed IO Ports, proper names from osdev and 8253/8254 documentation 2018-04-14 19:13:15 +01:00
Siaranite
1c4a40befb Added demo to solution 2018-04-14 19:02:50 +01:00
Siaranite
ab9ebc058a Add ConsoleBeepDemo 2018-04-14 18:31:48 +01:00
Quajak
e0a8648e81 Merge branch 'master' of https://github.com/quajak/Cosmos 2018-04-14 11:34:00 +02:00
Quajak
4905318479 Now supports 24bit bitmaps 2018-04-14 11:32:39 +02:00
Quajak
e6876199ca Now supports 24bit bitmaps 2018-04-14 10:03:37 +02:00