summaryrefslogtreecommitdiff
path: root/Source/Kernel/MemoryManager/PhysMem.ns.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-081-0/+1
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-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
* User mode code can now run !Alexis2112009-10-171-1/+0
* We now use a temporary stack in task management for :Alexis2112009-10-161-2/+3
* We now have scrollable virtual terminals !Alexis2112009-09-201-1/+1
* Color scheme is now configured in Config.hAlexis2112009-09-171-2/+0
* Added a few commands to kernel shell (rm && mkdir).Alexis2112009-09-141-1/+2
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-0/+79