| Commit message (Expand) | Author | Age | Files | Lines |
* | Added direct acces to video memory from userland.std_c_userland | Alex AUVOLAT | 2013-07-11 | 2 | -20/+34 |
* | Serial port used for writing kernel output. | Alex AUVOLAT | 2013-07-10 | 1 | -5/+1 |
* | (nothing) | Alex AUVOLAT | 2013-07-06 | 1 | -1/+1 |
* | Many bug corrections. | Alex AUVOLAT | 2013-06-09 | 20 | -106/+142 |
* | All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included. | Alex AUVOLAT | 2013-06-08 | 49 | -996/+2074 |
* | Minor modificiations ; added a simple Line EDitor. | Alex AUVOLAT | 2013-05-20 | 2 | -0/+201 |
* | Return to standard C. | Alex AUVOLAT | 2012-11-25 | 8 | -45/+47 |
* | Minor change, bump. | Alex AUVOLAT | 2012-05-27 | 1 | -2/+1 |
* | Corrected some bugs in readline && multitasking improvement. | Alex AUVOLAT | 2012-05-20 | 1 | -41/+66 |
* | Correected some nasty tasking bugs. Still not perfect. | Alex AUVOLAT | 2012-05-20 | 2 | -17/+28 |
* | More improvements in FWIK - more strings, Dir class, ... | Alex AUVOLAT | 2012-05-19 | 12 | -68/+146 |
* | Better sprintf, vsprintf, String::sprintf, etc. | Alex AUVOLAT | 2012-05-19 | 17 | -243/+293 |
* | Added string class for FWIK. | Alex AUVOLAT | 2012-05-19 | 14 | -169/+378 |
* | Introducing FWIK, the userland C++ framework. Far from complete. | Alex AUVOLAT | 2012-05-19 | 42 | -97/+408 |
* | Added ANSI support, minimal readline-like library. | Alex AUVOLAT | 2012-05-19 | 10 | -200/+361 |
* | Added some stuff. | Alex AUVOLAT | 2012-05-18 | 7 | -77/+111 |
* | Simple shell added. Simple fprintf function added too. | Alex AUVOLAT | 2012-05-18 | 10 | -85/+429 |
* | Can now spawn new processes. | Alex AUVOLAT | 2012-05-18 | 3 | -14/+43 |
* | Added process arguments when loaded as modules. | Alex AUVOLAT | 2012-05-18 | 2 | -4/+14 |
* | Improvements. Next: initrd. | Alex AUVOLAT | 2012-05-18 | 2 | -26/+45 |
* | The keyboard handling, it's getting better. + Funny screenshot. | Alex AUVOLAT | 2012-05-18 | 1 | -3/+23 |
* | A bit of a change in the directory layout. | Alex AUVOLAT | 2012-05-18 | 7 | -5/+160 |
* | Beginning of a VFS implemented. C++ is great. | Alex AUVOLAT | 2012-05-17 | 4 | -4/+114 |
* | Fixed some nasty bugs. | Alex AUVOLAT | 2012-05-17 | 2 | -4/+6 |
* | Nothing, just reverted some shit. | Alex AUVOLAT | 2012-05-17 | 1 | -11/+11 |
* | Preparations. | Alex AUVOLAT | 2012-05-04 | 2 | -11/+12 |
* | Now using Doug Lea's malloc for userland too. And improved stability. | Alex AUVOLAT | 2012-05-01 | 14 | -346/+6293 |
* | Now using Doug Lea's malloc in kernel land. Next: same in userland. | Alex AUVOLAT | 2012-05-01 | 1 | -2/+12 |
* | Some cleanup ; relocated the kernel at 0xC0000000 | Alex AUVOLAT | 2012-05-01 | 13 | -0/+546 |