Commit graph

120 commits

Author SHA1 Message Date
Quajak
43a812b720 A bit of progress, now stuck on StreamReader.ReadToEnd 2021-01-27 16:13:24 +01:00
Quajak
76df7fbd75 New signature, same bug 2021-01-16 19:46:40 +01:00
Quajak
b70818603d Back to problems with fat 2021-01-13 21:51:00 +01:00
Quajak
c14e8727b1 Finally got strings working again with ReadOnlySpans 2021-01-08 11:39:23 +01:00
Quajak
27499ccdb4 Fixed string ctor and further tests to figure put problem with split 2021-01-05 08:17:39 +01:00
Quajak
e6e1a15529 More plugs and fixed first string ctor 2020-12-31 11:11:45 +01:00
Quajak
d5c9a79bfe More plugs 2020-11-30 17:25:43 +01:00
Quajak
a50b1facad Added more plugs 2020-11-26 23:15:54 +01:00
Quajak
7579564370 Spans work now, should be close to finish 2020-11-25 18:42:06 +01:00
Quajak
5a5b5701f6 Further tests and plugs 2020-11-23 22:16:01 +01:00
Quajak
7c8e1c07d5 All plug changes to get il2cpu to build .net5.0 bcl test 2020-11-23 14:24:45 +01:00
Quajak
5397e1a0ca Updated to .net50 2020-11-22 14:42:10 +01:00
Quajak
f2f8d506ee Updated csproj files 2020-11-16 00:22:10 +01:00
Quajak
c56e740b86 Merge remote-tracking branch 'origin/master' into netcoreapp2.1
# Conflicts:
#	Tests/Cosmos.TestRunner/Cosmos.TestRunner.csproj
#	source/Cosmos.Core_Asm/Cosmos.Core_Asm.csproj
#	source/Cosmos.Core_Plugs/Cosmos.Core_Plugs.csproj
#	source/Cosmos.System2_Plugs/Cosmos.System2_Plugs.csproj
#	source/Cosmos.System2_Plugs/System/DateTimeImpl.cs
#	source/Kernel-X86/10-CPU/Cosmos.CPU_Asm/Cosmos.CPU_Asm.csproj
2020-11-14 22:27:04 +01:00
KM198912
9435168e13
Update Kernel.cs
Forgot that
2020-10-20 16:46:05 +02:00
KM198912
b797255548
Add Scaling Test 2020-10-20 15:56:53 +02:00
Quajak
2afcd17c3d Fixed typo 2020-10-19 15:57:35 +02:00
Quajak
b3284881c7
Merge branch 'master' into feature/memory_map 2020-10-19 00:37:13 +02:00
Quajak
8996b1f8a3 Added CPU.GetMemoryMap
Fixed GetMBIAddress Plug
Cleaned up code
2020-10-19 00:35:42 +02:00
KM198912
784eb44774
Update Kernel.cs
Test Color.FromName
2020-10-18 16:45:49 +02:00
Quajak
ad5808e165
Merge branch 'master' into multiboot_plug 2020-10-15 19:30:01 +02:00
Quajak
ea5b697778
Merge branch 'master' into fix/delete_subdirectories 2020-10-15 11:38:06 +02:00
Quajak
c9488fe979
Merge branch 'master' into multiboot_plug 2020-10-14 17:34:13 +02:00
Quajak
f15425d30b
Merge branch 'master' into fix/int_to_string 2020-10-05 12:12:11 +02:00
Quajak
2753e0358a
Merge branch 'master' into multiboot_plug 2020-10-02 11:41:27 +02:00
Sam Nadol
a728acb5c8 IsBlank method 2020-09-25 20:04:48 -04:00
Quajak
0d426695ac Added plug for Multiboot.GetMBIAddress() 2020-09-20 17:41:35 +02:00
Quajak
e1bda335ab Fix deleting of directories with small offset (most commonly subdirectories) 2020-09-19 21:48:32 +02:00
Quajak
e62eae1414 Added plugs for Convert.ToString
Fixed int.ToString("x")
2020-09-07 00:28:55 +02:00
Charles Betros
04ae81d1d4
Merge branch 'master' into bug/random 2020-08-23 20:58:08 -05:00
Quajak
6fa701f945 Made Random return different values when called multiple times in the same second
Added tests to confirm this behaviour
2020-08-22 22:21:05 +02:00
Charles Betros
434d3a6171 Add test for eventhandler 2020-08-21 13:55:54 -05:00
Quajak
cbde32639f
Merge branch 'master' into listEnumTest 2020-07-17 11:43:14 +02:00
valentinbreiz
8cce64e3df add test for bitmap with alpha channel 2020-07-13 19:11:29 +02:00
Arawn Davies
4d9ea43d0f
Merge branch 'master' into listEnumTest 2020-07-10 16:26:40 +01:00
valentinbreiz
0781e0756e update GraphicTest kernel with Default font 2020-07-10 14:32:11 +02:00
valentinbreiz
d3ab895dc5 Merge branch 'dev/drawstringPSF' of https://github.com/CosmosOS/Cosmos into dev/drawstringPSF 2020-07-10 14:07:35 +02:00
valentinbreiz
9f3455eac1 add font test + DrawString + DrawChar 2020-07-10 14:07:01 +02:00
Quajak
5741ebb6fd Changed design of Font and PCSCreenFont 2020-07-10 14:05:46 +02:00
valentinbreiz
f91fdec36c
Update Kernel.cs 2020-07-08 22:24:49 +02:00
valentinbreiz
1eb9cc43eb
Merge pull request #1237 from CosmosOS/feature/CPUInfoPlugs
Feature/cpu info plugs
2020-07-06 08:48:45 +02:00
valentinbreiz
2a1b321dde
Add display method in graphic test kernel 2020-07-05 13:10:32 +02:00
Quajak
a833b76bca Final fixes 2020-05-27 23:33:52 +02:00
Quajak
aed0bd670e Fixed that words were written, not bytes 2020-05-21 16:58:11 +02:00
Quajak
6d65f6b07a Added support for changing fonts 2020-05-19 23:02:28 +02:00
Mostafa Mahmoud
c5046e09b5 Added Lines Larger than Canvas Test 2020-05-18 21:24:43 +02:00
Quajak
ddd32d8634 Forgot to uncomment large parts of the test kernel 2020-05-18 00:25:18 +02:00
Quajak
e36c87192f Correctly use VGA palette now
Optimised some VGA operations
2020-05-18 00:24:11 +02:00
Quajak
19cffbadd1 VGA should work now 2020-05-17 18:29:22 +02:00
Quajak
ae8d3ef435 Getting the code running again 2020-05-11 14:24:56 +02:00