valentinbreiz
f943d08a83
Merge branch 'master' into OgRok-Multitasking
2018-07-14 23:49:24 +02:00
Valentin Charbonnier
87a22561da
Better logs.
2018-07-14 22:00:46 +02:00
valentinbreiz
c320c177ba
Update VMWareSVGAII.cs
2018-07-05 22:05:12 +02:00
valentinbreiz
c73a92cdc1
Merge pull request #53 from CosmosOS/master
...
Merge master.
2018-07-05 22:03:13 +02:00
valentinbreiz
8bfa9da3b4
Update VMWareSVGAII.cs
2018-07-05 22:02:47 +02:00
José Pedro
6549a6db18
Moved keyboard and mouse detection logic to Cosmos.HAL.Global.
...
Bug fixes.
Code cleanup.
2018-06-29 02:37:14 +01:00
José Pedro
45560ee3a6
Merge latest from master.
2018-06-28 21:59:42 +01:00
Valentin Charbonnier
165a765785
InitDriver now public.
2018-06-04 00:31:14 +02:00
valentinbreiz
96dd63b5ed
Merge pull request #52 from CosmosOS/master
...
Merge master.
2018-06-03 22:27:16 +02:00
valentinbreiz
96144b9ebb
Update AMDPCNetII.cs
2018-06-03 22:26:24 +02:00
valentinbreiz
4afe85d9a7
Little fix on packet size
...
(previously limited to 255 bytes)
2018-05-25 21:21:31 +02:00
Valentin Charbonnier
af4f3c1fe5
Fix.
2018-05-06 18:24:47 +02:00
Valentin Charbonnier
a83e0aa487
NETWORK FIX. FINALLY.
2018-05-06 04:31:15 +02:00
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
valentinbreiz
51c91a0021
Update Global.cs
2018-04-05 19:06:08 +02:00
valentinbreiz
b2c8e33cdd
Update Global.cs
2018-04-05 09:24:54 +02:00
Og-Rok
c94ca83079
Removed conflicts issues
2018-04-04 22:59:31 +01: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
Og-Rok
5040d049e3
Merge remote-tracking branch 'origin/OgRok-Multitasking' into OgRok-Multitasking
...
# Conflicts:
# source/Cosmos.Core/Processing/ProcessContext.cs
# source/Cosmos.Core/Processing/ProcessorScheduler.cs
# source/Cosmos.HAL2/Global.cs
2018-04-04 01:28:54 +01:00
Og-Rok
2d5f637a91
Softwaare Multitasking
...
Working context switching but far from stable. Changes needed to be made
to the internals of cosmos to include mutex's in vital components (Heap,
Thread Manager, ect). Context switching currently only switches the
general registers and does not switch the MMX context, however this will
be added in the future. Also when a thread currently dies it takes the
whole system down, patches to the IDT handlers needed to be made to
prevent system lockup in the future
2018-04-04 01:22:52 +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
Og-Rok
bd78428621
Trying to use a manual register switching
2018-03-26 23:36:09 +01:00
Og-Rok
1ac2ff7d0c
Starting work
2018-03-26 20:44:29 +01: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