Commit graph

811 commits

Author SHA1 Message Date
valentinbreiz
864dd8dd1c
Merge branch 'master' into feature/three_byte_struct_tests 2021-01-27 23:13:51 +01:00
valentinbreiz
eaa5470e26 Client creation tests 2021-01-22 10:55:32 +01:00
valentinbreiz
c01d4b9f6a Inhereit DHCPClient from UDPClient + remove static Client + Add more tests 2021-01-21 18:31:10 +01:00
valentinbreiz
1a3c05aae9 Change test 2021-01-20 19:36:53 +01:00
valentinbreiz
4872875f5b Add NetworkTest 2021-01-20 15:15:37 +01:00
valentinbreiz
8cbb359c4d
Merge branch 'master' into feature/three_byte_struct_tests 2020-12-20 01:45:57 +01:00
valentinbreiz
6f6e11d45d
Merge branch 'master' into add_branch_tests 2020-12-19 02:39:42 +01:00
valentinbreiz
535e04b269
Merge branch 'master' into feature/AnonymousTypeTests 2020-12-19 02:09:38 +01:00
valentinbreiz
4cef138443
Merge branch 'master' into add_branch_tests 2020-12-19 00:50:17 +01:00
valentinbreiz
f7ce3dc111
Merge branch 'master' into feature/AnonymousTypeTests 2020-12-19 00:49:50 +01:00
valentinbreiz
ec1e46553a
Merge branch 'master' into feature/ulong_tostring 2020-12-19 00:48:42 +01:00
KM198912
1a5edd98a5
Update Kernel.cs 2020-11-18 16:24:21 +01:00
Quajak
806ed3c73c
Merge branch 'master' into feature/ulong_tostring 2020-11-17 10:25:56 +01:00
Quajak
3461a22617
Merge branch 'master' into feature/AnonymousTypeTests 2020-11-17 10:08:23 +01:00
Quajak
83a03e3e46
Merge branch 'master' into add_branch_tests 2020-11-17 10:07:23 +01:00
Quajak
39f72f9dfd Fixed estimate cpu speed method
Added a unit test
2020-11-14 20:50:46 +01:00
Quajak
c4c1d10a7c Reverted more unwanted changes 2020-11-14 19:15:55 +01:00
Quajak
0f728acd9a Fixed incorrect replaces 2020-11-14 19:07:21 +01:00
Quajak
ed3cd4ff51 Undid unit test approach and now use DebugFactory to allow using cosmos debug when running unit tests 2020-11-14 18:48:23 +01:00
Quajak
ee34c631c5 Changed again how clearing happens. Reverted to use Fat Table correctly 2020-11-07 21:58:44 +01:00
Quajak
5b08ba79b6 Added unittest build configuration, which allows you to use loggers(COSMOSDEBUG) when using unit tests 2020-11-07 20:05:31 +01:00
Quajak
0d268eebef Added unittests for the VFSManager
Changed how the cluster is cleared again
Also added method to find unused cluster to use, rather than incorrectly using GetFatEntry to find cluster
2020-11-07 19:58:49 +01:00
Quajak
0c5b313352
Merge branch 'master' into fix/alloc_directory 2020-11-04 21:25:56 +01:00
Quajak
e8de30821a Moved test 2020-11-04 21:23:47 +01:00
Quajak
18d57dac54 Added test for loading and storing three byte structs 2020-11-04 18:56:19 +01:00
Quajak
09744a47e7 Changed where 2020-11-04 18:48:06 +01:00
Quajak
d284f28dad
Change null check 2020-11-04 16:57:47 +01:00
Quajak
ca1aacfbb1 New approach to correctly initialise directory 2020-10-31 21:25:31 +01:00
Quajak
c9dfec1740 Fixed fat file system bug when creating a new directory which gets allocated a cluster with data still in it
Also added more debug output
2020-10-29 11:26:55 +01:00
Quajak
80502cf3c3
Merge branch 'master' into add_branch_tests 2020-10-29 00:02:08 +01:00
Quajak
4030691212
Merge branch 'master' into feature/vs_debug_stability 2020-10-29 00:01:14 +01:00
Quajak
2cd0d32184 Added better handling for incomplete data received when debugging 2020-10-22 19:38:43 +02:00
Charles Betros
13e20249ee
Merge branch 'master' into feature/qemu 2020-10-20 11:33:46 -05: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
Charles Betros
744f43b823
Merge branch 'master' into feature/qemu 2020-10-19 16:05:16 -05:00
Charles Betros
08e28dc0f8 Merge branch 'feature/qemu' of https://github.com/CosmosOS/Cosmos into feature/qemu 2020-10-19 13:41:54 -05:00
Charles Betros
a28e982d9f Qemu 2020-10-19 13:41:49 -05:00
Quajak
2afcd17c3d Fixed typo 2020-10-19 15:57:35 +02:00
Charles Betros
2592d7fc84
Merge branch 'master' into feature/qemu 2020-10-19 08:50:33 -05: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
Quajak
b9d66e489d
Added tests for new option 2020-10-19 00:21:38 +02:00
KM198912
784eb44774
Update Kernel.cs
Test Color.FromName
2020-10-18 16:45:49 +02:00
Quajak
68bcbf24dc
Merge branch 'master' into feature/AnonymousTypeTests 2020-10-16 00:18:01 +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
Charles Betros
f3dbded749
Merge branch 'master' into feature/qemu 2020-10-08 14:29:24 -05:00
Charles Betros
6ac875c194 Switch back to bachs as default 2020-10-07 22:09:28 -05:00