Commit graph

2726 commits

Author SHA1 Message Date
Matthijs ter Woord
a2412e8980 Merge pull request #185 from sgetaz/master
List all requirements 1-by-1
2015-09-02 19:21:48 +02:00
Matthijs ter Woord
59c2bba33d Merge pull request #186 from zdimension/pwr-work
Added a Power class containing a WORKING reboot function
2015-09-02 19:20:17 +02:00
sgetaz
e1db7d192f Update Task.cs
Fixed problem with "Error" section in log being created regardless
2015-08-18 18:42:44 +02:00
zdimension
9e4a11a59b Added Interrupts disabling when reboot called 2015-08-16 17:45:37 +02:00
Matthijs ter Woord
bd089afa2f Merge branch 'master' into pr/182 2015-08-16 16:28:47 +02:00
Matthijs ter Woord
a9f40e01ec Fix small mistake. 2015-08-16 13:18:31 +02:00
FreddyD-GH
fb4b538b76 Update Guids.cs 2015-08-16 05:41:13 -04:00
FreddyD-GH
40f5ee6c9d Update LanguageService.cs 2015-08-16 05:39:34 -04:00
zdimension
459a72dcad IOPort is not created in loop anymore 2015-08-12 19:12:32 +02:00
zdimension
b538a3c40b Moved the Reboot func from Power to Core.CPU.Reboot 2015-08-12 18:59:19 +02:00
zdimension
488889f853 Added a Power class containing a WORKING reboot function 2015-08-12 02:21:43 +02:00
zdimension
4aabc2ae60 NumLock, CapsLock and ScrollLock are now global 2015-08-12 01:57:01 +02:00
sgetaz
2e42196c6b List requirements 1-by-1
List all messages from Build stage
2015-08-09 17:23:19 +02:00
zdimension
24db7f8db1 Added AZERTY key layout. 2015-08-09 17:12:17 +02:00
zdimension
a67280d7f3 Fully functional new keyboard implementation. 2015-08-09 15:51:56 +02:00
zdimension
58646d1d1f BIG keyboard work (not finished though) 2015-08-09 15:37:56 +02:00
Monsieur Z
465d052825 Update VBProjKernel.vbproj 2015-08-06 19:23:11 +02:00
Monsieur Z
58089b9df1 Update FSharpProject.fsproj 2015-08-06 19:22:37 +02:00
Monsieur Z
195ba33118 Update CSharpProject.csproj 2015-08-06 19:21:02 +02:00
Monsieur Z
8bf6d6f311 Update VBProjKernel.vbproj 2015-08-06 19:20:26 +02:00
Monsieur Z
4ebbbb7cb4 Update CSharpProject.csproj 2015-08-06 19:19:21 +02:00
Monsieur Z
026f76d838 Update App.xaml.cs 2015-08-06 15:25:45 +02:00
Monsieur Z
4dfc474616 Update Paths.cs 2015-08-06 00:31:24 +02:00
Monsieur Z
e4c7e99afe Update CosmosTask.cs 2015-08-06 00:29:42 +02:00
Monsieur Z
fa26e8b386 Update VsVersion.cs 2015-08-06 00:24:45 +02:00
Matthijs ter Woord
18e42b92c6 Merge pull request #176 from zdimension/zdimension-keyboard-work
Add support for Shift+NumPad key
2015-08-03 17:09:01 -04:00
Matthijs ter Woord
dca4a09c83 Fixes on main branch. 2015-08-03 16:33:29 -04:00
Monsieur Z
0e9968fc13 Add support for Shift+NumPad key 2015-07-31 23:55:41 +02:00
Matthijs ter Woord
9460718e75 - Performance improvement of debugconnector. Debugging and test runner are impacted
- new SendNumber overload introduced for easier debugging of low level stuff.
2015-07-28 19:24:39 -04:00
Matthijs ter Woord
21037ba05b Small refactoring for debugstub: now sending text doesn't use the String.ToCharArray method 2015-07-28 16:26:27 -04:00
Matthijs ter Woord
fa4da67ff0 Ongoing debugger work. 2015-07-28 11:51:11 -04:00
Matthijs ter Woord
e518b9c8e2 Add possibility for using the referenced debug stub version in the kernel tester.
Fixes #169
2015-07-28 09:57:30 -04:00
Charles Betros
acde0c92d7 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2015-07-24 19:47:20 -05:00
Charles Betros
2e4e0dd370 Added a test kernel for boxing.
Moved Char Plug to Cosmos.System.Plugs
Added FAT writing. (Doesn't work yet.)
2015-07-24 17:52:44 -05:00
Matthijs ter Woord
54c398e3aa Merge pull request #163 from MyvarHD/VBE
Completed the VBE driver
2015-07-24 08:11:51 -04:00
MyvarHD
6da46cf3de Compleated the VBE driver 2015-07-24 08:08:27 +02:00
Matthijs ter Woord
67f492297f Merge pull request #162 from MyvarHD/VBE
Added VBE support to Cosmos
2015-07-23 18:02:59 -04:00
MyvarHD
a2d8cd7ee8 Code clean up 2015-07-23 23:49:51 +02:00
MyvarHD
5656ee0c6a added rgb 2015-07-23 23:39:14 +02:00
MyvarHD
e5ff48ef10 added Drawing code 2015-07-23 23:17:57 +02:00
Matthijs ter Woord
54bbf40f31 Small extra tweaks.. 2015-07-23 16:17:57 -04:00
Matthijs ter Woord
7e4997647f Small fixes to UI version of the tester. 2015-07-23 16:02:44 -04:00
MyvarHD
7d65f793eb Fixed up the vbe mode code 2015-07-23 22:02:23 +02:00
Matthijs ter Woord
38666896af Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2015-07-23 15:42:17 -04:00
Matthijs ter Woord
8d24082dbd Fix debugging now. 2015-07-23 15:40:49 -04:00
MyvarHD
b9c8cdef93 Merge pull request #14 from CosmosOS/master
update
2015-07-23 21:25:06 +02:00
MyvarHD
c22c0d609c Started Vbe 2015-07-23 21:16:21 +02:00
Geramy
9ef2a3e2d1 Merge pull request #161 from CosmosOS/#143
#143 has been finished ui for the test runner is finished
2015-07-23 10:49:12 -07:00
Matthijs ter Woord
cd34941002 Speed. 2015-07-23 13:37:57 -04:00
Geramy L. Loveless
fefb2e4888 i forgot the change of the name
fioxed the namne error
2015-07-23 10:26:52 -07:00