Commit graph

252 commits

Author SHA1 Message Date
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
7579564370 Spans work now, should be close to finish 2020-11-25 18:42:06 +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
8f913eabcc
Allow larger alignments 2020-10-24 18:36:09 +02:00
KM198912
257191d2c8
Update CPU.cs
Typo Fix
2020-10-22 18:44:47 +02:00
Quajak
867b17cf4f Removed unnecessary reference to XSharp 2020-10-19 10:34:10 +02:00
Quajak
8996b1f8a3 Added CPU.GetMemoryMap
Fixed GetMBIAddress Plug
Cleaned up code
2020-10-19 00:35:42 +02:00
Quajak
490b0afa6a
Merge branch 'master' into cpuid_public 2020-10-13 21:20:03 +02:00
Quajak
8fb7d1ef18
Merge branch 'master' into task/RemoveProcessorInformation 2020-10-01 14:21:52 +02:00
Charles Betros
980e06453e Remove ProcessorInformation
Closes #1487
2020-09-28 12:19:14 -05:00
Quajak
a4d0befbe1
Made ReadCPUID public
Made `ReadCPUID` and `CanReadCPUID` public.
2020-09-27 15:22:14 +02:00
Sam Nadol
eefba351dc Add throw if string empty 2020-09-25 19:35:48 -04:00
Sam Nadol
945c0e544b Add Brand String method to CPU.cs 2020-09-25 18:46:44 -04:00
Elia Sulimanov
89d948e093 Done INTs API 2020-08-20 15:30:17 +03:00
Elia Sulimanov
11d5dbe5c7 Done bootstrap API 2020-08-20 14:20:31 +03:00
Elia Sulimanov
83b274f08e Removed remarks 2020-08-20 13:37:00 +03:00
Elia Sulimanov
47d34b769c
Merge branch 'master' into Core-API 2020-08-20 13:07:51 +03:00
Elia Sulimanov
b7a55f9d86 CPU Vendor name fix 2020-08-20 08:52:41 +03:00
Elia Sulimanov
47a2bd8915 Fixed GC API
Found some functions implementations.
2020-08-19 22:17:13 +03:00
Elia Sulimanov
b09b8ca471 Fixed CPU API
Found the implementation of the plugged functions.
2020-08-19 22:11:05 +03:00
Elia Sulimanov
5ec4a2d17a Done CPU API 2020-08-19 20:23:56 +03:00
Elia Sulimanov
9552b13879 Started working on INTs API 2020-08-19 20:09:05 +03:00
Elia Sulimanov
dd12e8cb56 Done GCImplementation API 2020-08-19 20:08:36 +03:00
Elia Sulimanov
38c3f36972 Done MemoryBlock API 2020-08-19 18:30:16 +03:00
Elia Sulimanov
b996a83fc3 Done Multiboot API 2020-08-19 17:48:15 +03:00
Elia Sulimanov
b9a652e6c4 Done the ACPI API 2020-08-19 16:56:32 +03:00
Elia Sulimanov
9505769370 Done AHCI API 2020-08-19 16:17:57 +03:00
Elia Sulimanov
553908629d Done VGA API 2020-08-19 16:15:08 +03:00
Elia Sulimanov
3436d1bf37 Done Heap API 2020-08-19 16:03:58 +03:00
Elia Sulimanov
feeae54226 Done HeapMedium API 2020-08-19 16:00:16 +03:00
Elia Sulimanov
7066eac01c Done RAT API 2020-08-19 15:57:01 +03:00
Elia Sulimanov
fa30d90cf9 Done HeapSmall API 2020-08-19 15:53:36 +03:00
Elia Sulimanov
75708fa3eb Done HeapLarge API 2020-08-19 15:43:47 +03:00
Elia Sulimanov
eb52b36277 Done PCI api 2020-07-26 22:30:05 +03:00
Elia Sulimanov
bb1b034f0b Done Mouse api 2020-07-26 22:29:49 +03:00
Elia Sulimanov
5ae7e032eb Done Keyboard api 2020-07-26 22:29:38 +03:00
Elia Sulimanov
e11daab38a Done IOGroup api 2020-07-26 22:29:27 +03:00
Elia Sulimanov
1e8c8406bb Done COM api 2020-07-26 22:29:14 +03:00
Elia Sulimanov
c69d063c66 Done AMDPCNetIIIOGroup api 2020-07-26 21:36:58 +03:00
Elia Sulimanov
11c117ae09 Done PIT api 2020-07-26 21:25:43 +03:00
valentinbreiz
afff8d9e46
Merge pull request #1384 from CosmosOS/dev/multibootvbe
Multiboot VBE detection
2020-07-06 22:01:28 +02:00
valentinbreiz
1765048eeb debug message at VBEDriver creation + coding style 2020-07-06 21:10:38 +02:00
valentinbreiz
1675f6bee0 add comments 2020-07-06 08:56:14 +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
9db7fea272 use linear framebuffer offset got from VBE ModeInfo 2020-07-06 05:39:07 +02:00
valentinbreiz
5e8882057f Merge branch 'master' into dev/multibootvbe 2020-07-06 05:31:29 +02:00
valentinbreiz
cf019fef47 check if VBE is available with multiboot 2020-07-06 05:31:17 +02:00
valentinbreiz
f20d7f3930 move GetMBIAddress to Cosmos.Core_Asm + get pointers of VBE modeinfo and controllerinfo from multiboot 2020-07-06 04:10:20 +02:00