Commit graph

188 commits

Author SHA1 Message Date
valentinbreiz
cda46c3eff
Merge pull request #1363 from EliaSulimanov/core-api-docs
[WIP] Core api docs
2020-07-03 17:43:10 +02:00
valentinbreiz
02e9e56666 Resolve conflicts with master. 2020-07-03 17:25:40 +02:00
valentinbreiz
24d0634cdd Merge branch 'master' into CGSE 2020-07-03 16:45:44 +02:00
Elia Sulimanov
b65f5432fc Done Global api docs 2020-07-03 14:50:25 +03:00
Elia Sulimanov
68006c328b Done BaseIOGroups api docs 2020-07-03 14:49:05 +03:00
Elia Sulimanov
c58df4d6a2 Done VBE api docs 2020-07-03 14:48:07 +03:00
Elia Sulimanov
523aab2d6c Done RTC api docs 2020-07-03 14:45:06 +03:00
Elia Sulimanov
c96e68582f Done PS2Controller api docs 2020-07-03 14:42:01 +03:00
Elia Sulimanov
a396ff52c0 Done TextScreen api docs 2020-07-03 14:41:27 +03:00
Elia Sulimanov
767937a1a1 Done ATA api docs 2020-07-03 14:40:42 +03:00
Elia Sulimanov
fc40362ca4 Done IOGroup PCSpeaker api docs 2020-07-02 22:56:30 +03:00
Elia Sulimanov
df752ebaf6 Done PS2Controller api docs 2020-07-02 22:46:45 +03:00
Elia Sulimanov
9f37c2967d Done PIC docs. 2020-06-30 23:07:57 +03:00
Elia Sulimanov
897e6d2803 Done PIC class api 2020-06-29 23:09:50 +03:00
Elia Sulimanov
e73432f0be Done IOPort api 2020-06-29 23:06:36 +03:00
Elia Sulimanov
39e8a88a4b Done ProcessorInformation api docs 2020-06-27 23:42:56 +03:00
Elia Sulimanov
928af176e2 Added Reboot function doc 2020-06-17 23:05:00 +03:00
Elia Sulimanov
2aa182808d Done CPU api docs 2020-06-17 22:29:31 +03:00
Elia Sulimanov
d25b85d787 Started working on ACPI api docs 2020-06-17 22:28:24 +03:00
Elia Sulimanov
f007dc7a63 Started working on Global api docs 2020-06-17 22:27:46 +03:00
Elia Sulimanov
ff1724eaf8 Started working on IOPort api docs 2020-06-17 22:27:21 +03:00
Elia Sulimanov
ae58670c7f Started working on MemoryBlock api docs 2020-06-17 22:26:45 +03:00
Elia Sulimanov
17bb3a7152 Done MemoryOperations api docs 2020-06-17 22:26:11 +03:00
Elia Sulimanov
f35c490865 Done ManagedMemoryBlock api docs 2020-06-17 22:24:20 +03:00
Elia Sulimanov
32aeb7f2c3 Made API documentation visable while using the userkit
Added GenerateDocumentationFile property in all the libs, so xml documentation would be generated with the NuGet package.
2020-06-01 16:13:22 +03:00
Quajak
1a3e3dd2c9 Improved disabling of canvas + going back to text mode 2020-05-20 01:06:00 +02:00
Quajak
6d65f6b07a Added support for changing fonts 2020-05-19 23:02:28 +02:00
Quajak
570045ebeb Removed additional test
Cleaned up code
2020-05-18 20:41:30 +02:00
Quajak
19cffbadd1 VGA should work now 2020-05-17 18:29:22 +02:00
Charles Betros
ba2ace3ad1 Revert "In progress branch for cpuid plugs and tests"
This reverts commit d6c421d0bd.
2019-08-27 18:07:07 -05:00
Charles Betros
d6c421d0bd In progress branch for cpuid plugs and tests 2019-08-27 12:35:50 -05:00
José Pedro
e363ce3f3e
Code cleanup. 2018-11-08 23:12:05 +00:00
José Pedro
746b6da5d7
Build updates. 2018-11-01 14:39:15 +00:00
José Pedro
a08fdc6dfd
Code cleanup. 2018-10-17 22:18:27 +01:00
valentinbreiz
b781ac6f4b
Faster. 2018-09-23 14:59:30 +02:00
fanoI
613f0a83a0
Merge pull request #1025 from fanoI/MemoryCopyOperations.Copy_work
Memory copy operations.copy work
2018-09-23 14:37:32 +02:00
valentinbreiz
ee87b63da0
ToArray method added. 2018-09-23 14:24:26 +02:00
valentinbreiz
957a21a299
Update MemoryBlock.cs 2018-09-22 11:12:06 +02:00
José Pedro
03ede6a046
Code cleanup. 2018-09-09 21:22:00 +01:00
fanoI
5659ff5a83 Merge branch 'master' of https://github.com/CosmosOS/Cosmos into MemoryCopyOperations.Copy_work
# Conflicts:
#	Test.sln
#	Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj
#	Tests/Cosmos.TestRunner.Full/TestKernelSets.cs
2018-08-21 21:50:13 +02:00
fanoI
8691707b52 Created MemoryOperations.Copy that copies128 bytes any iterations using ASM
- VBE (Bochs Graphic Adapter): made bitmap drawing faster using MemoryOperations.Copy
- VBE (Bochs Graphic Adapter): made filled rectangle drawing faster using MemoryOperations.Fill
- Created TestRunner for MemoryOperations
2018-08-21 14:48:10 +02:00
Charles Betros
f75a0b9464 Fix heap allocate performance issue. 2018-08-07 21:18:56 -05:00
José Pedro
227a00d854
Added InternalsVisibleTo build target. 2018-08-05 00:23:49 +01:00
José Pedro
91a9ffc7ff
Fixed unit tests and added them to Test.sln.
Removed compiler unit tests.
2018-08-04 21:30:50 +01:00
José Pedro
45560ee3a6
Merge latest from master. 2018-06-28 21:59:42 +01:00
Valentin Charbonnier
0a06a9af9c Forgot that. 2018-05-08 18:52:28 +02:00
Valentin Charbonnier
0d74cbc934 Change.
It works :D
2018-05-08 18:46:47 +02:00
Valentin Charbonnier
af4f3c1fe5 Fix. 2018-05-06 18:24:47 +02:00
Siaranite
76c277dcbb Renamed IO Ports, proper names from osdev and 8253/8254 documentation 2018-04-14 19:13:15 +01:00
Siaranite
a1c72e1c51 Plugged Console.Beep
Not sure about nuget.exe must've upgraded during build.
2018-04-14 02:12:42 +01:00