Commit graph

34 commits

Author SHA1 Message Date
Felix Queißner
3e55654df8 Refreshes some files to fit refactorings. 2015-10-21 21:32:14 +02:00
Felix Queissner
40baa407a2 Adds use of USE standard; Adds example file for object interaction. 2015-10-17 10:36:46 +02:00
Felix Queissner
ebb537d5e1 Adds starting processes via multiboot modules. Removes built-in module. Splits main.cu in main.cu and keyboard.cu. 2015-10-16 14:05:37 +02:00
Felix Queissner
6599c6c306 Fixes bug: .dtors must be .fini_array. 2015-10-14 21:09:34 +02:00
Felix Queissner
f1a85fac20 Adds prototype keyboard driver. 2015-10-13 18:02:18 +02:00
Felix Queissner
5b5b381a2c Adds destructor for passed CpuState. 2015-10-13 15:04:02 +02:00
Felix Queissner
e8156fea82 Fixes two evil memory leaks in vector and string. 2015-10-13 12:53:08 +02:00
Felix Queissner
112cdadf69 Adds non-tested option for shared strings. 2015-10-12 22:55:29 +02:00
Felix Queissner
02d1cf7bd6 Adds traceback tool. Fixes lots of memory leaks. 2015-10-12 14:32:38 +02:00
Felix Queissner
125ffa4333 Adds some improved standard library. 2015-10-11 12:48:01 +02:00
Felix Queißner
c9dd9ac668 Stub Keyboard Driver 2015-10-11 00:45:02 +02:00
Felix Queißner
4afac67f27 Changes some stuff related to Electronics. 2015-10-10 01:41:38 +02:00
Felix Queißner
3392d8e262 Changes main script to main.cu 2015-10-09 20:49:15 +02:00
Felix Queissner
63bb529fd5 Adds export labels. 2015-10-08 18:24:39 +02:00
Felix Queissner
16347921d2 Small change in main.spark:irq 2015-10-08 00:35:57 +02:00
Felix Queissner
a61859269c Adds csl(conductance standard library) with CPUTYPE. 2015-10-08 00:29:11 +02:00
Felix Queißner
cc72d4f366 Adds initializer_list support to vector. Improves interrupt handler a bit. Adds support for IRQ-calls to vm integration. 2015-10-07 21:27:38 +02:00
Felix Queißner
2a5e3220d7 Adds main.spark with build inclusion and execution. 2015-10-07 13:45:07 +02:00
Felix Queissner
9313bde8d5 Adds screenshot. 2015-08-22 15:36:24 +02:00
Felix Queissner
0ec7051b5b Adds support for PTR(type), REF(variable) and VAL(expr) to trainScript. Pointers are now supported. 2015-08-22 15:34:30 +02:00
Felix Queissner
d0d88a17f3 Adds module support to trainscript. Moves global methods to /sys/* objects. 2015-08-21 17:32:48 +02:00
Felix Queissner
81ad6c3406 Adds support for TEXT type. Is passed as const char * to C/C++. 2015-08-20 17:51:31 +02:00
Felix Queissner
9ffa0d1a9d Fixes parameter bug: Type::size() returned size of Type::Int instead of trainscript::Int. 2015-08-20 17:33:30 +02:00
Felix Queissner
5f168f8020 Refactors tsvm.hpp into more subfiles for better structure. 2015-08-19 16:26:28 +02:00
Felix Queissner
021baab5f8 Adds improved malloc hash/magic security. Now checks all malloc::List entries for validity. 2015-08-19 15:07:25 +02:00
Felix Queissner
e6d4e0a41a Adds small validation for free (freeing out of upper bound) and adds task to readme.md 2015-08-18 15:06:49 +02:00
Felix Queissner
e69a342b29 Fixes nasty memory leaks. Adds memory tracing. Adds serial console for advanced debugging. Implements malloc correctly. 2015-08-17 15:38:19 +02:00
Felix Queissner
d55ff69193 Adds better debugging output. Also adds a return; to free :P 2015-08-16 23:40:34 +02:00
Felix Queißner
2faadc29e9 Adds a status bar. 2015-08-16 00:45:12 +02:00
Felix Queissner
6cea5944c3 Adds dynamic.h and dynamic.S creating a dynamic call utility. 2015-08-14 23:53:51 +02:00
Felix Queissner
0f54fabc99 Small cleanups. 2015-08-14 18:33:34 +02:00
Felix Queissner
620f337bc2 Adds semantic language validation. 2015-08-14 17:12:08 +02:00
Felix Queissner
3e2bf8ff10 Adds primitive API initializer. 2015-08-14 15:55:12 +02:00
Felix Queissner
8959a7c35d Adds "external" script file instead of inline code. 2015-08-14 15:38:01 +02:00