Commit graph

149 commits

Author SHA1 Message Date
valentinbreiz
ae49dd7c67
Merge pull request #47 from CosmosOS/master
Merge master.
2018-04-28 12:49:04 +02:00
Arawn Davies
611ca9dbae
Update Bootstrap.cs
Fixed a spelling mistake
2018-04-21 23:29:56 +01:00
valentinbreiz
3c429727f2
Update VMWareSVGAII.cs 2018-04-21 14:56:07 +02:00
valentinbreiz
2b3621adce
Update VMWareSVGAII.cs 2018-04-21 00:50:09 +02:00
Alexy DA CRUZ (GeomTech)
7f0d0c067c
Merge pull request #45 from CosmosOS/master
Merge
2018-04-19 23:40:13 +02:00
Siaranite
76c277dcbb Renamed IO Ports, proper names from osdev and 8253/8254 documentation 2018-04-14 19:13:15 +01:00
Arawn Davies
5e6d3bad8b
Update PCSpeaker.cs
Removed junk code, may have fixed ever-lasting beep issue
The code already in Cosmos didn't work, and I tried the C & operand as used in OSDev, to no avail
This has not been tested, but it will either only work or not do anything different
2018-04-14 02:42:22 +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
valentinbreiz
103425e1fe
Update PCIDevice.cs 2018-04-09 16:35:58 +02:00
valentinbreiz
e249a3e365
Update PCI.cs 2018-04-09 16:33:51 +02:00
valentinbreiz
701fdab96c
Merge pull request #44 from CosmosOS/master
Merge master.
2018-04-09 16:32:15 +02:00
valentinbreiz
36195fe485
Update PCI.cs 2018-04-09 16:32:08 +02:00
valentinbreiz
91e16392b9
Update PCI.cs 2018-04-09 16:31:27 +02:00
valentinbreiz
e7ba2dff65
Update PCI.cs 2018-04-09 16:28:52 +02:00
valentinbreiz
18b971d54e
Update PCIDevice.cs 2018-04-09 16:27:52 +02:00
valentinbreiz
0bdb53e754
Rename PciDevice.cs to PCIDevice.cs 2018-04-09 16:16:34 +02:00
Arawn Davies
f003d01952
Update PCI.cs
Added VirtualBox PCI Guest Service Vendor and Device ID, can be used for checking if running under hypervisor
2018-04-04 06:22:55 +01:00
Valentin Charbonnier
0e1cc09020 CAFE, BEEF? 2018-04-03 20:19:06 +02:00
Valentin Charbonnier
18f5463671 Bochs BGA PCI. 2018-04-03 19:15:46 +02:00
Valentin Charbonnier
2c28dff298 First CPU Impl. 2018-03-26 21:20:51 +02:00
Valentin Charbonnier
4c6783d815 Forgot that. 2018-03-24 00:15:07 +01:00
valentinbreiz
91fa804dfa
Update and rename PciDevice.cs to PCIDevice.cs 2018-03-23 23:32:37 +01:00
Valentin Charbonnier
3fdcdb4b8b PCI Scan
Some PCI Devices added + PCI Class / Subclass scan.
2018-03-23 23:15:48 +01:00
José Pedro
274fa3e9a5
Build targets. 2018-03-21 23:05:20 +00:00
valentinbreiz
1906db9dc0
Merge pull request #36 from CosmosOS/master
Updates from upstream
2018-03-11 14:35:31 +01:00
Arawn Davies
becfc92417 Finally! Fixed PCIDeviceExists returning null if it doesn't instead of false - Bit of a hack but it's done the job for now, needs redoing 2018-02-25 00:13:19 +00:00
Valentin Charbonnier
dc009b4c37
Merge pull request #33 from CosmosOS/master
Merge master.
2018-02-17 12:30:19 -08:00
José Pedro
3d30e35332
Project file cleanup. 2018-02-15 19:25:36 +00:00
Valentin Charbonnier
50816d9bfd
Merge pull request #32 from CosmosOS/master
Merge master.
2018-02-12 04:46:57 -08:00
José Pedro
4cede67a45
Fixed namespaces. 2018-02-04 19:13:31 +00:00
fanoI
46d5c0b63a
Merge branch 'master' into extended-ascii 2018-01-27 21:15:05 +01:00
fanoI
4a990ac2af Added the concept of Encoding to the Console for now ASCII (default) and CP437 are supported (for others as CP858 I think it is needed to change font too)
- moved EncodingTest on Text subdir
- added ConsoleTest (not enabled by default)
- removed ASCIIEncodingImpl (it was not needed)
- Made plugs of Console better and added plugs for formatted versions
- Removed code to test Hashtable, Hashtable it will be a separate PR
2018-01-27 20:00:11 +01:00
Charles Betros
d72a10ea3a PIT 2018-01-25 14:08:13 -06:00
ewoudje
70602ac53e Changes requested by charlesbetros
And i tested it and it works with debugging 😄

Thx charlesbetros
2018-01-24 17:05:25 +01:00
Valentin Charbonnier
1fbfcc0817 Fix. 2018-01-22 23:29:00 +01:00
Valentin Charbonnier
9c78f671ae
Update AMDPCNetII.cs 2018-01-22 22:36:42 +01:00
ewoudje
bca8432e0d Real fix for PIT
👍
2018-01-19 21:36:57 +01:00
ewoudje
558de4a4d2 Fixed PIT
I am not sure it is how it should work but it works
2018-01-16 22:29:57 +01:00
Valentin Charbonnier
ac3a392d38 Little fix on PCI VendorID.
AMD Vendor ID is 0x1022 not 0x0438.
2018-01-06 20:57:03 +01:00
Valentin Charbonnier
ce1c49a13d Fixes. 2018-01-06 20:45:12 +01:00
Valentin Charbonnier
87cfc95215
Merge pull request #30 from CosmosOS/master
Merge master.
2018-01-06 11:27:22 -08:00
Valentin Charbonnier
a7a86c0228
Update PCI.cs 2018-01-06 20:27:15 +01:00
Valentin Charbonnier
ef3ce991f1
Update Global.cs 2018-01-06 20:26:42 +01:00
fanoI
eafd38ecac
Merge pull request #763 from KingLuigi4932/patch-6
[FirstWorking] Implementing AHCI Controller Driver
2018-01-06 20:16:50 +01:00
KingLuigi4932
7cdf493dda
Final fix; 2017-12-31 16:12:19 +03:00
KingLuigi4932
243e43dd13
Update Satapi.cs 2017-12-31 16:01:51 +03:00
KingLuigi4932
e562c7ed56
Update Sata.cs 2017-12-31 03:07:40 +03:00
KingLuigi4932
458e465626
Update Satapi.cs 2017-12-31 02:35:14 +03:00
KingLuigi4932
75320a79e7
Update Sata.cs 2017-12-31 02:33:12 +03:00
KingLuigi4932
5bbab3345e
Update Sata.cs 2017-12-31 02:30:34 +03:00