Commit graph

130 commits

Author SHA1 Message Date
Charles Betros
940ad74c36 Unit tests need to run as x86 2016-06-14 23:23:36 -05:00
Matthijs ter Woord
ebb1eae7fd First stage of compiler refactorings 2016-06-14 15:26:39 -04:00
Matthijs ter Woord
1d7fd7fd8a Fix the boot screen. 2016-06-14 12:37:56 -04:00
Matthijs ter Woord
1b358a943c Simplify test runner. 2016-06-14 10:26:01 -04:00
Matthijs ter Woord
9a557e62f9 Increase default test runner timeout. 2016-06-14 09:25:14 -04:00
Matthijs ter Woord
0cdc16cba0 Attempt to fix appveyor build. 2016-06-13 12:12:23 -04:00
Charles Betros
bfc1eea2d5 Changed test test kernel project to x86. 2016-06-12 23:37:25 -05:00
Matthijs ter Woord
6e7a942987 Move x# improvements. 2016-06-12 09:07:47 -04:00
Matthijs ter Woord
4d6fceb9e7 First step in improving x# and compiler. 2016-06-11 16:13:13 -04:00
Matthijs ter Woord
18947ea9b5 Enable tet kernels again. 2016-06-10 12:47:08 -04:00
Charles Betros
40c1f6dbc6 Testing appveyor artifacts. 2016-06-10 10:01:47 -05:00
Matthijs ter Woord
0876afc8b9 Mark the DebugCompiler project as a test project. 2016-06-09 11:41:13 -04:00
Charles Betros
bf6f97756a Fixed create directory and directory exists. 2016-05-11 22:36:00 -05:00
Charles Betros
d6bc0420d3 Changed build configuartion so any cpu builds properly as x86. 2016-04-14 17:03:59 -05:00
Charles Betros
8b58739fc9 Sentinel playground. 2016-04-14 13:27:40 -05:00
Charles Betros
b283a07631 Update .net versions. 2016-03-13 20:42:09 -05:00
Charles Betros
2de021685e Fix up packages. 2016-03-13 13:14:37 -05:00
Charles Betros
0bef9a8fac Updating solution config. 2016-03-13 12:27:58 -05:00
Charles Betros
4a3b6a50df Fixed up project and solution configurations and remove jetbrains annotations. 2016-03-06 17:33:21 -06:00
Matthijs ter Woord
282ed886c3 Only run 1 kernel at a time.. 2016-02-15 10:16:38 +01:00
Matthijs ter Woord
a8e12b6a53 Dont use normal engine configuration. 2016-02-15 09:56:41 +01:00
Charles Betros
ab57aace35 Merge from master 2016-02-15 01:56:27 -06:00
Charles Betros
6f50b73386 Changed build configuration 2016-02-15 01:29:03 -06:00
Matthijs ter Woord
d34e66899b Enable kernel execution. 2016-02-14 15:22:48 +01:00
Matthijs ter Woord
79c2d3d8ee Enable code to build. 2016-02-14 14:58:19 +01:00
Matthijs ter Woord
8f22ca1493 Missing files due to error in gitignore file. 2016-02-14 14:32:30 +01:00
Matthijs ter Woord
58d12e4c00 Ongoing work for tests. 2016-02-14 14:16:59 +01:00
Matthijs ter Woord
d56ad9a091 - Cleanup of my user folder
- Testing experiment
2016-02-14 13:56:31 +01:00
Matthijs ter Woord
8692549855 Fix kernels. 2016-02-14 13:09:31 +01:00
Charles Betros
b76c6221d9 Got string format working. 2016-01-17 00:47:00 -06:00
Charles Betros
f2b4d7d6bb Just some testing code. 2016-01-16 12:54:35 -06:00
Charles Betros
34720e6c7f Removed some debug code in string plugs. Added a helper to grab debug sysmbols for debugging in bochs. 2016-01-14 12:22:47 -06:00
Charles Betros
929bd8d575 Removed source2 folder. 2015-12-17 00:16:15 -06:00
Charles Betros
f94290890a Continuing FAT work. 2015-11-11 10:21:49 -06:00
Charles Betros
f855044842 Added ring attribute to my playground assemblies. 2015-10-31 20:43:40 -05:00
Matthijs ter Woord
10a5f6c36d Directory reading is now done using a stream. 2015-10-04 12:38:38 +02:00
Matthijs ter Woord
d9a9737608 Filesystem/VFS/FAT work by @charlesbetros has been merged into main kernel.
This does NOT mean it's fully working yet!
2015-10-02 17:12:00 +02:00
Matthijs ter Woord
bccf8cb64f Build fix. 2015-08-18 19:54:06 +02: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
24b60285ad Further testing and codecleanup. 2015-07-05 11:44:56 +02:00
Matthijs ter Woord
2fd9977c20 File.ReadAllText works! 2015-07-05 11:42:31 +02:00
Matthijs ter Woord
65fdc07bad File.Exists works for files in subdirectories as well. 2015-07-05 11:14:16 +02:00
Matthijs ter Woord
c5198ccb80 File.Exists works (at least for root files) 2015-07-04 18:43:32 +02:00
Matthijs ter Woord
8c09908079 Nested folders are now supported as well with Directory.Exists 2015-07-04 17:09:46 +02:00
Matthijs ter Woord
7e481aaee3 Fix fat Directory.Exists, so it works with case insensitive match as well. 2015-07-04 15:53:04 +02:00
Matthijs ter Woord
ebba2f13b0 FAT works (start): Directory.Exists works for root folders. 2015-07-04 15:00:52 +02:00
Matthijs ter Woord
732a3e2a3a More fixes to stack reservation. We were assuming that there was space reserved for return value, while it shouldn't in all cases. 2015-07-04 12:46:28 +02:00
Matthijs ter Woord
41b07afd7d FAT work. 2015-07-01 20:28:44 +02:00
Matthijs ter Woord
de75623087 Start of #140 2015-06-20 18:21:26 +02:00
Matthijs ter Woord
56edbce9b6 Merge remote-tracking branch 'origin/master' into keyboard-work 2015-06-07 12:39:13 +02:00