summaryrefslogtreecommitdiff
path: root/Source/Kernel/MemoryManager/Mem.ns.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some changes...Alexis2112009-10-261-4/+4
|
* More work on syscallsAlexis2112009-10-181-0/+5
|
* 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.
* Heap included as well in userland libraryAlexis2112009-10-181-1/+1
|
* Re-organized everythingAlexis2112009-10-181-1/+1
|
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-181-1/+1
|
* Heap is now in a separate class, Heap.Alexis2112009-10-131-222/+18
|
* Fixed some bugsAlexis2112009-09-121-1/+1
|
* Added a few commands to built-in shell, and made a few scrshots.Alexis2112009-08-311-0/+6
|
* We now have (partial) support for UTF-8.Alexis2112009-08-291-2/+2
|
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-2/+238
|
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-211-0/+23