summaryrefslogtreecommitdiff
path: root/Source/Library/Common
Commit message (Collapse)AuthorAgeFilesLines
* Change on memory handling, and .iface.h files documented.Alexis2112009-12-091-11/+16
|
* Game Of Life simulator fixedAlexis2112009-11-151-1/+1
|
* Added a game of life simulator demoAlexis2112009-11-133-2/+56
|
* Arranged some paperworkAlexis2112009-10-291-2/+3
|
* Some changes...Alexis2112009-10-263-5/+5
|
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-261-0/+1
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-242-0/+61
| | | | TextFile now is a common (= kernel and userland) library.
* More work on syscalls and shellAlexis2112009-10-234-1/+11
|
* Started working on user managmentAlexis2112009-10-212-17/+18
|
* Started working on a userland shellAlexis2112009-10-202-2/+2
| | | | This means I'll have to do syscalls for everything I need.
* More work on syscallsAlexis2112009-10-182-1/+24
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-183-12/+12
| | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory.
* Heap included as well in userland libraryAlexis2112009-10-185-0/+441
|
* Syscall interface starts being implemented !Alexis2112009-10-181-0/+2
|
* Re-organized everythingAlexis2112009-10-1820-0/+1303