Matthijs ter Woord
|
5fca0ecbb7
|
Fix ata detection bug. CD drives were recognized as ATAPI devices, but still handled as ATA ones. Currently we don't have an ATAPI driver, so the CD drives are ignored.
Fixes #129
|
2015-07-05 13:28:16 +02:00 |
|
Matthijs ter Woord
|
7d6304bbea
|
Merge pull request #141 from zdimension/zdimension-keyboard-work
Fixed some empty-char-thingy bugs in the keyboard implementation and …
|
2015-06-21 17:13:34 +02:00 |
|
zdimension
|
c451a319a2
|
Reformatted code a bit
|
2015-06-21 16:15:58 +02:00 |
|
zdimension
|
1ae8b46a40
|
Moved NumLock, CapsLock and ScrollLock to the base class and added value check in HandleScancode.
|
2015-06-21 14:11:11 +02:00 |
|
Matthijs ter Woord
|
89d62cc55a
|
More work on #140. Now tests are ran. Next step is logging to xml.
|
2015-06-21 13:57:46 +02:00 |
|
zdimension
|
639043c74b
|
Fixed some empty-char-thingy bugs in the keyboard implementation and now if you press a no-char key (like Esc, F1-12, PrtScr), it does nothing instead of printing a blank space.
|
2015-06-20 23:34:58 +02:00 |
|
zdimension
|
fda88ae3a8
|
Changed my keyboard impl to match the new architecture
|
2015-06-18 22:57:55 +02:00 |
|
zdimension
|
659649b6e3
|
Merge remote-tracking branch 'upstream/master' into zdimension-keyboard-work
Conflicts:
source/Cosmos.HAL/Keyboard.cs
source/Cosmos.System.Plugs/System/ConsoleImpl.cs
|
2015-06-18 22:18:40 +02:00 |
|
Matthijs ter Woord
|
1568284b27
|
Merge remote-tracking branch 'origin/keyboard-work'
|
2015-06-17 20:23:33 +02:00 |
|
Matthijs ter Woord
|
5c116490da
|
Cleanup.
|
2015-06-17 20:22:58 +02:00 |
|
Matthijs ter Woord
|
68282aa557
|
Keyboard works. Next is enabling code that should be enabled, and removing debug code.
|
2015-06-17 20:09:37 +02:00 |
|
zdimension
|
0720ca7e2b
|
Fixed a bug in SVGA driver
|
2015-06-17 18:37:38 +02:00 |
|
zdimension
|
9b2a1fd1ee
|
Made VMware SVGA II driver work again
|
2015-06-17 11:47:09 +02:00 |
|
zdimension
|
f43a5dad2b
|
Rewrote Keyboard class mostly from scratch
|
2015-06-17 11:13:46 +02:00 |
|
Matthijs ter Woord
|
44cdc7dc61
|
Other fixes.
|
2015-06-16 18:35:46 +02:00 |
|
Matthijs ter Woord
|
c205ec054d
|
Merge master.
|
2015-05-27 18:36:40 +02:00 |
|
Andrey Kurdyumov
|
c26d29d113
|
Use shared code where possible
|
2015-05-26 22:42:47 +06:00 |
|
Matthijs ter Woord
|
9b78ed1903
|
Extra changes.
|
2015-05-24 16:43:04 +02:00 |
|
Matthijs ter Woord
|
dd93b7d2b9
|
Initial keyboard work. Does not work due to bug in the compiler. (Ldelem_ref)
|
2015-05-24 16:33:21 +02:00 |
|
zdimension
|
03e4266a3b
|
Added Console colors to the Cosmos.System.Console class and modified the plugs calls. Now Console.ForegroundColor and Console.BackgroundColor are working again!
|
2015-05-22 13:37:08 +02:00 |
|
Matthijs ter Woord
|
e99e9ffad9
|
Merge pull request #77 from PathogenDavid/master
Added stobj stack push/pop information to OpType and some other smaller changes.
|
2015-04-20 18:49:51 +02:00 |
|
David Maas
|
77f741a127
|
Added stobj's stack push/pop information to OpType. Re-added PCSpeaker.cs to Cosmos.HAL.
|
2015-04-20 10:40:39 -05:00 |
|
unknown
|
53d7432fa0
|
Modifying my user kernel to test VMT.
|
2015-04-17 12:37:29 -05:00 |
|
Matthijs ter Woord
|
71647fa672
|
Ongoing changes
|
2015-01-01 13:25:25 +01:00 |
|
Matthijs ter Woord
|
563431dc21
|
Compile fixes and changes to consts.
|
2014-12-27 17:14:12 +01:00 |
|
Matthijs ter Woord
|
24ba16eb26
|
Some refactorings..
|
2014-12-27 16:38:21 +01:00 |
|
Matthijs ter Woord
|
1b4627a310
|
arp messages are now sent correctly.
|
2014-12-07 14:27:28 +01:00 |
|
Matthijs ter Woord
|
d01251657f
|
Progress on networking
|
2014-12-06 15:47:37 +01:00 |
|
Matthijs ter Woord
|
4d76fbb058
|
start with networking.
|
2014-12-06 13:57:53 +01:00 |
|
Matthijs ter Woord
|
5f2a31d455
|
Move Pci stuff to Cosmos.HAL.
|
2014-12-06 13:36:57 +01:00 |
|
Matthijs ter Woord
|
af46aa7959
|
- cleanup
- ring enforcement works now, but only based on the attributes.
|
2014-12-05 19:57:17 +01:00 |
|
Matthijs ter Woord
|
7c4a29b6f6
|
Rings verification
- add ring attribute and marking to kernel libraries
|
2014-12-05 16:02:06 +01:00 |
|
Sentinel209_cp
|
c591a7ff1b
|
Reorganize source: Everything is out of source2 now and the soutions are cleaned up.
|
2014-11-28 00:48:23 +00:00 |
|
kudzu_cp
|
a2be60409a
|
|
2014-07-14 22:04:12 +00:00 |
|