Commit graph

7644 commits

Author SHA1 Message Date
KingLuigi4932
677a6ab28a
[AHCI] Remove Future class 2017-12-22 06:48:40 +03:00
KingLuigi4932
7eda5cd571
[IDE] Initializer 2017-12-22 06:46:43 +03:00
KingLuigi4932
bd093db905
[Global] Initialize all drivers when they exists 2017-12-22 06:44:02 +03:00
KingLuigi4932
d3c7673526
[AHCI] Remove debug messages 2017-12-22 06:12:06 +03:00
KingLuigi4932
8cfa9c2c33
[AHCI] Read other ports and initialize them
Currently, my driver can't read from sector :(
2017-12-22 06:07:13 +03:00
KingLuigi4932
ede864f3c9
[SATA] Optimize methods
It is better to not to put 1500 lines in class were most of the lines are bunch of duplicated lines
2017-12-22 06:05:34 +03:00
José Pedro
d57bb740fe
Cosmos.Debug.Symbols -> IL2CPU.Debug.Symbols. 2017-12-22 02:03:32 +00:00
José Pedro
562bb32e97
Debug engine GUID fixes. 2017-12-22 01:28:00 +00:00
KingLuigi4932
b836eacbe8
Update MemoryBlock.cs 2017-12-22 02:04:24 +03:00
KingLuigi4932
6f63375a00
Add little line 2017-12-22 00:19:23 +03:00
KingLuigi4932
e25333984e
Read8, Read16, Read32, Write8, Write16, Write32 2017-12-21 23:59:13 +03:00
José Pedro
8533f41384
Fixed package GUID conflict. 2017-12-21 20:35:00 +00:00
KingLuigi4932
d6354bff7e
Update IDE.cs 2017-12-21 09:55:17 +03:00
Arawn Davies
570ddbcfb6
Merge pull request #808 from zarlo/patch-2
Update issue_template.md
2017-12-21 01:24:34 +00:00
zarlo
458c035302 hot fix 2017-12-20 12:15:28 +11:00
zarlo
68f646e36f update 2017-12-20 01:32:47 +11:00
Qujak
5b8eaaf6ed
Allows user to change install position
If the user is not admin, this allows the user to change the install place to his user's appdata.
2017-12-19 10:57:18 +01:00
jp2masa
0207f3795e
Merge pull request #823 from CosmosOS/guess-improvements
Guess demo improvements
2017-12-18 22:33:43 +00:00
José Pedro
09d4c3432c
Installer fix. 2017-12-18 19:46:04 +00:00
zarlo
900d63c9db update 2017-12-18 21:33:31 +11:00
zarlo
d5e82612e9 DrawArray and some other things 2017-12-18 20:50:30 +11:00
José Pedro
e69656c127
Added tests. 2017-12-17 18:53:30 +00:00
José Pedro
cb733aa434
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into guess-improvements 2017-12-17 18:37:05 +00:00
zarlo
f0121b1fe3 update 2017-12-17 17:25:14 +10:00
zarlo
09136174f4 ThrowIfModeIsNotValid now uses CheckIfModeIsValid 2017-12-17 03:02:46 +10:00
zarlo
04122a9e22 fix 2017-12-17 02:58:24 +10:00
zarlo
3566c26577 ThrowIfCoordNotValid(Point point) 2017-12-17 02:53:02 +10:00
zarlo
68c357b651
Merge pull request #2 from CosmosOS/master
u
2017-12-17 03:11:07 +11:00
José Pedro
db1f8dd97a
Added code style rules. 2017-12-13 22:35:14 +00:00
jp2masa
3a0da1a679
Merge pull request #815 from CosmosOS/remove-net471-workaround
Removed workaround for .NET Framework 4.7.1 projects
2017-12-13 17:30:58 +00:00
fanoI
f46a910bb0 Another try... 2017-12-13 01:19:03 +01:00
fanoI
736b08a66c Added FAT2 to TestKernelSets 2017-12-13 00:28:36 +01:00
fanoI
766e349340 Let's see if now it works... 2017-12-12 23:36:12 +01:00
fanoI
26c74e73be Added Fat2 Tester to Test.sln... 2017-12-12 23:22:34 +01:00
fanoI
c82529d751 Splitted FATTest to avoid AppVoyer timeout :-( 2017-12-12 22:07:00 +01:00
KingLuigi4932
2aba248c71
Update Global.cs 2017-12-11 03:49:43 +03:00
KingLuigi4932
5fa47041e7
[AHCI] Initializer 2017-12-11 03:29:17 +03:00
KingLuigi4932
28148a75e9
Update IDE.cs 2017-12-11 03:25:08 +03:00
KingLuigi4932
5c421ae2cc
Rename source/Cosmos.HAL2/Drivers/PCI/Controllers/AHCI.cs to source/Cosmos.HAL2/BlockDevice/Sata.cs 2017-12-11 03:24:06 +03:00
KingLuigi4932
8aa859ba3f
Update PCI.cs 2017-12-11 03:17:47 +03:00
KingLuigi4932
bb2d4ee759
Update Global.cs 2017-12-11 03:14:38 +03:00
KingLuigi4932
4aa7a6dfea
[AHCI] Fix Bugs and Improvements 2017-12-11 02:19:51 +03:00
fanoI
f3633a5356 Cosmos.IL2CPU has changed name in simply IL2CPU 2017-12-10 21:53:39 +01:00
fanoI
d6aff6ab3b Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
#	source/Cosmos.System2_Plugs/System/IO/DirectoryImpl.cs
#	source/Cosmos.System2_Plugs/System/IO/FileImpl.cs
2017-12-10 21:23:51 +01:00
fanoI
51fac7ada4 Plugged FileInfo
- Added tests for FileInfo
- Added tests for Binary Reader/Writer
- Unified StreamReader and StreamWriter in a unique test
2017-12-10 20:35:29 +01:00
José Pedro
00a884437a
Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
José Pedro
7befa1eb3c
Guess demo improvements. 2017-12-10 01:31:21 +00:00
José Pedro
8bed32957e
Test Runner fix. 2017-12-09 22:09:23 +00:00
José Pedro
9c35769c8b
Fixed appveyor.yml. 2017-12-09 21:20:37 +00:00
José Pedro
084c573084
IL2CPU -> IL2CPU.Compiler. 2017-12-09 20:16:19 +00:00