Commit graph

3964 commits

Author SHA1 Message Date
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
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
954d9e8a11
Increased Bochs memory from 128MB to 256MB. 2018-01-04 23:54:17 +00: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
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
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
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
6f87a91b12 Allowed the Parser functions to use Math.Pow 2017-12-30 17:14:40 +01:00
KingLuigi4932
540baed1ed
Throw exception on impossibles 2017-12-30 00:47:51 +03: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
fanoI
0105de62a2
Merge pull request #827 from zarlo/CGS
[DONE] a bit of CGS work
2017-12-29 13:11:49 +01:00
fanoI
0d70e51383
Merge pull request #834 from KingLuigi4932/patch-10
Add Buffer methods to MemoryBlock (Read8, Read16 etc..)
2017-12-29 13:01:01 +01:00
KingLuigi4932
9a82bbff59
Clear 7th bit 2017-12-29 08:48:55 +03:00
Jasper
47ba591540 Added implementation for Math.Exp and Math.Pow using two additional functions HighWord and LowWord. Code has been translated from the C version on http://www.netlib.org/fdlibm/e_exp.c. 2017-12-28 22:33:31 +01:00
KingLuigi4932
7815013c63
Update VMWareSVGAII.cs 2017-12-29 00:28:48 +03:00
KingLuigi4932
b18d72f725
Update AHCI.cs 2017-12-29 00:04:16 +03:00
KingLuigi4932
be1d4af68a
Update AHCIRegs.cs 2017-12-29 00:03:24 +03:00
KingLuigi4932
5c0c65166e
Update AHCI.cs 2017-12-29 00:00:52 +03:00
KingLuigi4932
a8f6141192
Update AHCI.cs 2017-12-28 23:49:05 +03:00
KingLuigi4932
c06a9324e3
Update IDE.cs 2017-12-28 23:46:42 +03:00
KingLuigi4932
cc326d0ce2
Update AHCI.cs 2017-12-28 23:44:05 +03:00
KingLuigi4932
9bb48ca0c2
Convert Class, Subclass, ProgIF, Vendor, Device to Enums 2017-12-28 23:42:59 +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
f49beca86b
Update MemoryBlock.cs 2017-12-28 02:42:12 +03:00
KingLuigi4932
00115ea2d9
Final fix; 2017-12-26 01:19:54 +03:00
KingLuigi4932
d67688b922
Optimizes 2017-12-26 01:15:52 +03:00
KingLuigi4932
ad2fe850b5
Add check if length of buffer is good 2017-12-25 22:22:51 +03:00
KingLuigi4932
47205dc144
Nit: blank space 2017-12-25 21:17:34 +03:00
KingLuigi4932
49890772b0
Update Sata.cs 2017-12-25 20:44:24 +03:00
KingLuigi4932
a0530f1eb4
[AHCI] First working AHCI Controller 2017-12-25 20:36:06 +03:00
KingLuigi4932
155d3b3dae
[AHCI] First working AHCI Controller 2017-12-25 19:10:26 +03:00
KingLuigi4932
5097277509
[AHCI] First working AHCI Controller 2017-12-25 18:53:43 +03:00
Arawn Davies
af5b6a4b2d
Merge pull request #813 from trivalik/chkVSRunning
move wait for VS into inno setup
2017-12-25 10:56:37 +00:00