Commit graph

5727 commits

Author SHA1 Message Date
Charles Betros
519e58dd44 Removed unused project. 2015-12-18 09:44:39 -06:00
Charles Betros
e98b7c136c Moved fat test kernel to tests folder. 2015-12-18 08:58:50 -06:00
Charles Betros
5ec6d38ad4 Adding TextScreenHelpers. 2015-12-18 08:23:38 -06:00
Charles Betros
21c464d946 Merge 2015-12-18 08:22:57 -06:00
Charles Betros
c01f5f1048 Reorganizing plugs. 2015-12-18 08:08:49 -06:00
Charles Betros
c018d75bf5 Merge pull request #283 from fanoI/master
Implemented Console's CursorSize and CursorVisible properties …
2015-12-17 08:23:51 -06:00
Charles Betros
4659878000 Closes #188 and closes #215. Fixed uninstall. 2015-12-17 01:39:03 -06:00
Charles Betros
f4d0ec86a6 Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-17 00:16:22 -06:00
Charles Betros
929bd8d575 Removed source2 folder. 2015-12-17 00:16:15 -06:00
Charles Betros
4e08b03a8a Closes #271. Added an option for stack corruption detection. Checks can now occur after every instruction or for method footers ornly. 2015-12-17 00:15:51 -06:00
fanoI
847a1a772b Used right expception, new TextScreenHelpers class (for debug)
- In the DebugTextScreen class used the already existing
NotImplementedException instead of create a new exception type
- Created new class TextScreenHelpers  for the debug of the TextScreen
Class
- In the TextScreen class replaced any call to Debugger.XXX() in
TextScreenHelpers.DebugXXX()
2015-12-13 16:39:04 +01:00
Charles Betros
f15a23a078 Merge pull request #291 from Redall/patch-5
Removing just unused lines
2015-12-12 22:22:55 -06:00
Charles Betros
e0c78bbfdc Merge pull request #293 from Redall/patch-7
Fixed some words mistakes
2015-12-12 22:21:26 -06:00
Charles Betros
7d79c1c369 Merge pull request #294 from Redall/patch-8
Just removed unused lines
2015-12-12 22:20:12 -06:00
Charles Betros
4015493704 Merge pull request #295 from AnotherAltr/patch-1
Fix bugs in the crash unprepared device
2015-12-12 20:23:44 -06:00
Yuuki Wesp
17f19d563b Fix bugs in the crash unprepared device 2015-12-12 19:59:34 +03:00
Redall
2e08198f59 Just removed unused lines 2015-12-12 17:58:49 +01:00
Redall
4440fe9a82 Fixed some words mistakes 2015-12-12 17:52:47 +01:00
Redall
d060c9089b Removing just unused lines 2015-12-12 17:23:46 +01:00
Charles Betros
fdf893b87b Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-10 23:43:21 -06:00
Charles Betros
85a255912e Fixed GetFullPath 2015-12-10 23:43:12 -06:00
Charles Betros
c1d5ebd78c Merge pull request #279 from rebizu/master
chg: .net 3.5 sp1 check was commented out. and it did not do at is wa…
2015-12-10 11:52:13 -06:00
Charles Betros
58a2dfe969 Merge pull request #281 from lukaandjelkovic/patch-1
Update TestRunner.md
2015-12-10 11:48:29 -06:00
fanoI
6c4b3c02cd GetCursorSize(), SetCursorSize(), GetCursorVisible() and SetCursorVisible() throw Exception("Not implemented") 2015-12-07 15:29:46 +01:00
fanoI
45a3f79c50 Implemented Console's CursorSize and CursorVisible properties
- Now Console's CursorSize and CursorVisible properties
- Console Cursor default size is 25 as on Windows (before was 1)
- Console Cursor is visible by default
2015-12-07 15:11:57 +01:00
Charles Betros
2ae245e14b Implemented create file for FAT. 2015-12-06 16:32:30 -06:00
Luka Andjelkovic
a88c2fd690 Update TestRunner.md 2015-12-06 18:31:05 +01:00
Rebizu
572daa0616 chg: .net 3.5 sp1 check was commented out. and it did not do at is was supposed to.
fixes #219
2015-12-06 14:25:32 +01:00
Charles Betros
102c909cd9 Fixed SetSize for FatStream. 2015-12-04 15:05:18 -06:00
fanoI
6a1614eb33 Merge pull request #1 from CosmosOS/master
Cosmos Update
2015-11-28 19:01:21 +01:00
Charles Betros
fd54c66225 Reworked fat file system. Added conditionals for debug output. Implemented some System.IO plugs. 2015-11-26 11:45:58 -06:00
Charles Betros
417df82cf7 Handle stelem for unsigned types. 2015-11-24 11:38:57 -06:00
Charles Betros
303a738e87 Added a test for an interpreter issue. 2015-11-24 00:00:04 -06:00
charles.betros@gmail.com
f23d8207ab Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-11-20 23:52:57 -06:00
charles.betros@gmail.com
31684c15d6 Working on FAT and create directory. 2015-11-20 23:52:08 -06:00
Charles Betros
d5a122d6b4 Merge pull request #266 from fanoI/master
Console modifications
2015-11-19 20:25:39 -06:00
fanoI
f566917239 Console modifications
- In MemoryBlock added Fill overloads that accept UInt16
- In TextScreen removed unused variables, magic number and finally the
Clear() method does what is expected!
2015-11-18 23:27:33 +01:00
Matthijs ter Woord
c85d42162b Merge pull request #259 from rebizu/master
fixing #254
2015-11-18 08:39:00 +01:00
Charles Betros
0eee55c987 Merge pull request #262 from Cyber4/master
Fixed Minor Bug that breaks Reading from files.
2015-11-17 18:59:33 -06:00
Cyber
dbd3596a05 Fixed Minor Bug that breaks Reading 2015-11-17 18:30:52 -05:00
Cyber4
65397ee149 Merge pull request #1 from CosmosOS/master
If you see this, then that means I'm bad at Git, please ignore, thanks :)
2015-11-17 18:27:08 -05:00
charles.betros@hcss.com
8cfb9bf3bc Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-11-17 15:52:04 -06:00
Charles Betros
2326b6b46d Was checking the wrong index for Path.HasInvalidPathChars. 2015-11-17 15:51:43 -06:00
charles.betros@hcss.com
6eb6836047 Was checking the wrong index for Path.HasInvalidPathChars. 2015-11-17 13:20:13 -06:00
Rebizu
3d82193491 Merge remote-tracking branch 'origin/master' 2015-11-17 20:15:36 +01:00
Rebizu
4dd59188fa fixes #254 2015-11-17 20:14:49 +01:00
charles.betros@hcss.com
8257fba6ac Working on create in FAT. 2015-11-16 12:02:48 -06:00
charles.betros@hcss.com
ef181b4ee5 Set the parent directory to root if it's null. 2015-11-16 11:30:28 -06:00
charles.betros@hcss.com
d46bf5dd09 File system work. 2015-11-16 09:15:38 -06:00
Charles Betros
a4c842e0cf Merge pull request #256 from rebizu/master
chg: fix pre requisit for setup program
2015-11-16 08:21:23 -06:00