summaryrefslogtreecommitdiff
path: root/Source/Library/Common/SimpleList.class.h
Commit message (Collapse)AuthorAgeFilesLines
* Made status bar into a namespace, and added functionnalitiesAlexis2112009-12-211-1/+1
|
* [not really working] Started work on OStreamAlexis2112009-12-201-0/+13
|
* More work on syscalls and shellAlexis2112009-10-231-0/+1
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-2/+2
| | | | | | | 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.
* Syscall interface starts being implemented !Alexis2112009-10-181-0/+2
|
* Re-organized everythingAlexis2112009-10-181-0/+70