Commit graph

5753 commits

Author SHA1 Message Date
Charles Betros
2ec375e1c8 Fixed unbox and unbox_any. Also added interfaces to the branch ops. Added checks in assembler for duplicate methods. Added a few more exception message resource strings. 2016-01-04 21:42:56 -06:00
Charles Betros
48a3aca852 Fixed debugger asm label and asm label for pointers. 2016-01-04 21:35:20 -06:00
Charles Betros
438ac960c1 Closes #11 2015-12-31 15:25:10 -06:00
Charles Betros
6a9526cc93 Merge pull request #310 from fanoI/master
TestFileStream() assertion fix
2015-12-27 11:48:12 -06:00
fanoI
77a49293c8 TestFileStream() assertion fix 2015-12-27 18:43:14 +01:00
Charles Betros
17eba61566 Merge pull request #309 from fanoI/master
FAT fixes
2015-12-27 11:31:56 -06:00
fanoI
5221adad8c FAT fixes
- GetFileName() of root directory does not correctly returned null
- GetExtension() returned the extension with the '.'
- Modified TestFile() to overwrite the file with the expected value or
the test will be OK only the first time
- Corrected the tests of GetFileName(), GetFileNameWithoutExtension()
- Added new tests
- Re-enabled TestFileStream()
2015-12-27 17:35:48 +01:00
fanoI
fceb1cd95b Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-27 14:50:02 +01:00
Charles Betros
612fbb760d Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-26 18:55:42 -06:00
Charles Betros
6ed36d75b6 Set string.empty. 2015-12-26 18:55:32 -06:00
Charles Betros
3c52efaac6 Reorganized some plugs 2015-12-26 18:04:58 -06:00
fanoI
742242e3dd Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-26 14:50:30 +01:00
Charles Betros
c9f5c23bab Merge pull request #301 from MyvarHD/master
Fixed VBE Bochs support
2015-12-25 12:52:58 -06:00
fanoI
760bdec2ca Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-20 21:02:41 +01:00
Charles Betros
ac13fb8ced Fixed tests. 2015-12-20 13:42:06 -06:00
fanoI
585ef34d43 Merge pull request #3 from CosmosOS/master
Getting latest FAT TestRunner
2015-12-20 20:18:00 +01:00
Charles Betros
edb5a6df65 Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-20 09:46:18 -06:00
Charles Betros
a7ff742e2a Latest file system tets. 2015-12-20 09:46:09 -06:00
fanoI
a399009af9 Merge pull request #2 from CosmosOS/master
Cosmos Update
2015-12-20 15:44:27 +01:00
Charles Betros
7268261324 Fixed bug in heap. Entry index didn't get reset. 2015-12-19 09:04:59 -06:00
Charles Betros
1a2ed6b720 Fixed speed issue with the heap. 2015-12-18 12:28:24 -06:00
Charles Betros
30e2ffad09 Remove debug define. 2015-12-18 10:41:45 -06:00
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
Emile Badenhorst
a3cadd2b95 Fixed VBE to support Bochs 2015-12-18 15:17:20 +02:00
Emile Badenhorst
59c2fdfbbb Merge pull request #17 from CosmosOS/master
Update
2015-12-18 09:03:55 +02: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