summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* More improvements in FWIK - more strings, Dir class, ...Alex AUVOLAT2012-05-191-0/+1
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-192-2/+2
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-191-0/+1
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-181-1/+1
* Can now spawn new processes.Alex AUVOLAT2012-05-181-0/+3
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-181-1/+1
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-184-0/+139
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-016-113/+0
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-107-189/+2
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-0/+2
* More work on managerAlexis2112010-04-078-7/+79
* Some stuff added to userland.Alexis2112010-04-052-0/+18
* More work on IPC.Alexis2112010-04-053-0/+5
* Shared memory segment manager in userlandAlexis2112010-03-313-1/+32
* More work on IPC and userland tools.Alexis2112010-03-305-1/+127
* IPC not tested but suposedly working.Alexis2112010-03-241-0/+29
* More work on IPCAlexis2112010-03-231-0/+17