Qujak
|
e8aa997b07
|
Changed asin implementation and added tests
|
2018-01-07 18:55:36 +01:00 |
|
Qujak
|
67b3222404
|
Added Cos function with tests
|
2018-01-07 18:22:54 +01:00 |
|
Qujak
|
ba3d492adb
|
Added sign function
|
2018-01-07 17:07:51 +01:00 |
|
José Pedro
|
280defa822
|
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into project-system
|
2018-01-07 15:55:27 +00:00 |
|
Qujak
|
e33cddd5cb
|
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
|
2018-01-07 15:14:21 +01:00 |
|
Valentin Charbonnier
|
ac3a392d38
|
Little fix on PCI VendorID.
AMD Vendor ID is 0x1022 not 0x0438.
|
2018-01-06 20:57:03 +01:00 |
|
Valentin Charbonnier
|
ce1c49a13d
|
Fixes.
|
2018-01-06 20:45:12 +01:00 |
|
Valentin Charbonnier
|
87cfc95215
|
Merge pull request #30 from CosmosOS/master
Merge master.
|
2018-01-06 11:27:22 -08:00 |
|
Valentin Charbonnier
|
a7a86c0228
|
Update PCI.cs
|
2018-01-06 20:27:15 +01:00 |
|
Valentin Charbonnier
|
ef3ce991f1
|
Update Global.cs
|
2018-01-06 20:26:42 +01:00 |
|
fanoI
|
eafd38ecac
|
Merge pull request #763 from KingLuigi4932/patch-6
[FirstWorking] Implementing AHCI Controller Driver
|
2018-01-06 20:16:50 +01:00 |
|
fanoI
|
c734c23acb
|
Merge pull request #844 from KingLuigi4932/patch-13
Fix Blinking Text on (VGA that can blink)
|
2018-01-06 20:15:39 +01:00 |
|
José Pedro
|
8a6aa9fae7
|
Added NoWarn="NU1604" to package references in the project templates.
|
2018-01-06 00:45:20 +00:00 |
|
Valentin Charbonnier
|
d8df4aab2e
|
Merge pull request #29 from CosmosOS/master
Merge master.
|
2018-01-05 12:30:20 -08:00 |
|
Valentin Charbonnier
|
300cb9dcfb
|
Update Kernel.cs
|
2018-01-05 21:29:58 +01:00 |
|
jp2masa
|
e06efd8bcd
|
Merge pull request #775 from fanoI/master
More work on FAT / System.IO
|
2018-01-05 19:32:00 +00:00 |
|
fanoI
|
5d18c212f5
|
Implemented requested changes
|
2018-01-05 20:02:53 +01:00 |
|
fanoI
|
893402c352
|
Removed plug of get_Exists is not needed anymore with the vmt_fixes branch
|
2018-01-05 11:41:18 +01:00 |
|
José Pedro
|
4f4b51b94e
|
Test kernels cleanup.
|
2018-01-05 00:56:51 +00:00 |
|
José Pedro
|
954d9e8a11
|
Increased Bochs memory from 128MB to 256MB.
|
2018-01-04 23:54:17 +00:00 |
|
Qujak
|
393e99d95b
|
-Added new sqrt function
|
2018-01-04 16:46:27 +01:00 |
|
fanoI
|
aab5167f36
|
Made work managed version casting char to int before doing subtraction
|
2018-01-03 23:39:01 +01:00 |
|
fanoI
|
d19e3f867b
|
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
# Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs
|
2018-01-03 22:22:31 +01:00 |
|
fanoI
|
b33724190b
|
Finally Directory.Info function again calling the right plug too: IFileSystemObject_get_Exists!
- Modified String.Compare() to be totally managed code & added tests
- Clean up
|
2018-01-03 22:17:51 +01:00 |
|
Charles Betros
|
5ab50bf485
|
Merge pull request #847 from CosmosOS/test-runner-improvements
Test Runner improvements
|
2018-01-02 20:21:11 -06:00 |
|
José Pedro
|
f3e75f65b1
|
Added back engine configuration comments.
|
2017-12-31 20:45:15 +00:00 |
|
fanoI
|
93e56a8636
|
Merge pull request #830 from quajak/installer-fix
Allows user to change install directory
|
2017-12-31 18:43:21 +01:00 |
|
José Pedro
|
b231f66318
|
Test Runner improvements.
|
2017-12-31 17:39:26 +00:00 |
|
fanoI
|
607d076dcd
|
Merge pull request #835 from quajak/master
Implementing parsing of strings to floats or doubles
|
2017-12-31 18:22:32 +01:00 |
|
Jasper
|
2049d9c508
|
Moved float tests to single tests
|
2017-12-31 17:26:40 +01:00 |
|
Jasper
|
c2b83a6779
|
Fixed Pow function to handle edge cases and wrote tests to check that they are handled correctly.
|
2017-12-31 16:50:18 +01:00 |
|
KingLuigi4932
|
7cdf493dda
|
Final fix;
|
2017-12-31 16:12:19 +03:00 |
|
KingLuigi4932
|
243e43dd13
|
Update Satapi.cs
|
2017-12-31 16:01:51 +03:00 |
|
KingLuigi4932
|
e562c7ed56
|
Update Sata.cs
|
2017-12-31 03:07:40 +03:00 |
|
KingLuigi4932
|
458e465626
|
Update Satapi.cs
|
2017-12-31 02:35:14 +03:00 |
|
KingLuigi4932
|
75320a79e7
|
Update Sata.cs
|
2017-12-31 02:33:12 +03:00 |
|
KingLuigi4932
|
5bbab3345e
|
Update Sata.cs
|
2017-12-31 02:30:34 +03:00 |
|
KingLuigi4932
|
14fa401806
|
Update Satapi.cs
|
2017-12-31 02:30:06 +03:00 |
|
KingLuigi4932
|
a512891c4d
|
Update Sata.cs
|
2017-12-31 02:15:56 +03:00 |
|
KingLuigi4932
|
f6972849d5
|
Update Sata.cs
|
2017-12-31 02:15:38 +03:00 |
|
KingLuigi4932
|
e32cf99a66
|
Update AHCI.cs
|
2017-12-31 02:11:25 +03:00 |
|
Jasper
|
fe9b4c7e1d
|
Completed requested changes
|
2017-12-30 18:42:38 +01:00 |
|
Jasper
|
3c308271ee
|
Added tests for Double and Float parsing
|
2017-12-30 17:44:30 +01:00 |
|
Jasper
|
6f87a91b12
|
Allowed the Parser functions to use Math.Pow
|
2017-12-30 17:14:40 +01:00 |
|
Jasper
|
527108dcdb
|
Added tests for Math.Exp and Math.Pow
|
2017-12-30 12:22:26 +01:00 |
|
KingLuigi4932
|
540baed1ed
|
Throw exception on impossibles
|
2017-12-30 00:47:51 +03:00 |
|
José Pedro
|
26566227d8
|
Fixed assembly search paths.
|
2017-12-29 21:15:10 +00:00 |
|
KingLuigi4932
|
415104fb7c
|
Update AHCI.cs
|
2017-12-29 23:53:43 +03:00 |
|
KingLuigi4932
|
a2cc139ad3
|
Update AHCI.cs
|
2017-12-29 23:36:45 +03:00 |
|
José Pedro
|
e5f2b91ed7
|
Fixed the Visual Basic kernel template.
Added an F# kernel template.
|
2017-12-29 20:27:20 +00:00 |
|