summaryrefslogtreecommitdiff
path: root/src/user
Commit message (Expand)AuthorAgeFilesLines
* Minor change, bump.Alex AUVOLAT2012-05-271-2/+1
* Corrected some bugs in readline && multitasking improvement.Alex AUVOLAT2012-05-201-41/+66
* Correected some nasty tasking bugs. Still not perfect.Alex AUVOLAT2012-05-202-17/+28
* More improvements in FWIK - more strings, Dir class, ...Alex AUVOLAT2012-05-1912-68/+146
* Better sprintf, vsprintf, String::sprintf, etc.Alex AUVOLAT2012-05-1917-243/+293
* Added string class for FWIK.Alex AUVOLAT2012-05-1914-169/+378
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-1942-97/+408
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-1910-200/+361
* Added some stuff.Alex AUVOLAT2012-05-187-77/+111
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-1810-85/+429
* Can now spawn new processes.Alex AUVOLAT2012-05-183-14/+43
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-182-4/+14
* Improvements. Next: initrd.Alex AUVOLAT2012-05-182-26/+45
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-181-3/+23
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-187-5/+160
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-174-4/+114
* Fixed some nasty bugs.Alex AUVOLAT2012-05-172-4/+6
* Nothing, just reverted some shit.Alex AUVOLAT2012-05-171-11/+11
* Preparations.Alex AUVOLAT2012-05-042-11/+12
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-0114-346/+6293
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-2/+12
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-0113-0/+546