summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-192-1/+14
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-192-0/+16
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-181-0/+4
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-181-2/+1
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-172-4/+32
* Nothing, just reverted some shit.Alex AUVOLAT2012-05-171-12/+12
* Added some documentation about the coming VFS.Alex AUVOLAT2012-05-172-2/+57
* Preparations.Alex AUVOLAT2012-05-041-17/+17
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-3/+2
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-1/+6
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-015-106/+33
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-106-136/+80
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-0/+1
* 0.0.4 is outAlexis2112010-04-081-2/+2
* More work on IPC.Alexis2112010-04-051-0/+17
* Shared memory segment manager in userlandAlexis2112010-03-311-3/+2
* More work on IPC and userland tools.Alexis2112010-03-304-1/+24
* IPC documented, still not tested.Alexis2112010-03-261-0/+75
* IPC not tested but suposedly working.Alexis2112010-03-242-3/+32
* More work on IPCAlexis2112010-03-233-0/+26
* old uncommited changes commitedAlexis2112010-03-021-0/+1
* Added thread_new syscallAlexis2112010-02-091-0/+2
* More work on tasking, paging, syscalls, stuff.Alexis2112010-02-051-1/+3
* Start work on syscalls, advanced tasking, segmentationAlexis2112010-02-051-1/+1
* Start syscall workAlexis2112010-02-031-0/+11