summaryrefslogtreecommitdiff
path: root/src/user/test/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-191-58/+0
|
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-191-55/+1
|
* Added some stuff.Alex AUVOLAT2012-05-181-18/+16
|
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-181-73/+20
|
* Can now spawn new processes.Alex AUVOLAT2012-05-181-14/+30
|
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-181-1/+11
|
* Improvements. Next: initrd.Alex AUVOLAT2012-05-181-24/+43
|
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-181-3/+23
|
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-171-3/+62
|
* Fixed some nasty bugs.Alex AUVOLAT2012-05-171-3/+5
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-18/+9
|
* 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-011-0/+40