summaryrefslogtreecommitdiff
path: root/kernel/vmem.c
AgeCommit message (Expand)Author
2014-12-04vmem_free_dir works after idiotic struggle :PMichal Idziorek
2014-12-04mainly improve loggingMichal Idziorek
2014-12-04finally hacked env and argv!Michal Idziorek
2014-12-03increased logger grnaularity and working on memory managementMichal Idziorek
2014-12-01very buggy fork, execve and exitMichal Idziorek
2014-12-01finally implemented fork() syscallMichal Idziorek
2014-12-01fuck reentrant clib, we are linking static anywayMichal Idziorek
2014-12-01Paging between 2 'tasks' loaded from ELF files.Michal Idziorek
2014-11-28struggling with paging ...Michal Idziorek
2014-11-27Progs at vmem=0x8048000 and Improved Console OuputMichal Idziorek
2014-11-26changes, improvements and cleanupMichal Idziorek
2014-11-22working on ELF supportMichal Idziorek
2014-11-17identity paging re-enabledMichal Idziorek
2014-11-13fixing implicit functions!Michal Idziorek
2014-09-03Improved Multiprocessing / Multitasking codeMichal Idziorek
2014-09-02Finally Fix paging bug! Hooray!Michal Idziorek
2014-09-02Debugging paging problem on VirtualBox (VT-x)Michal Idziorek
2014-09-01Added kernel_entry for APsMichal Idziorek
2014-08-29added paging supportMichal Idziorek
2014-08-27cleanup and switched logging to vesa mode console!Michal Idziorek
2014-08-20added x86.h and removed some test-bugs.Michal Idziorek
2014-08-19virtual memory manager contiunedMichal Idziorek
2014-08-19minor cosmetic changes & new screenshotMichal Idziorek
2014-08-19minimal text changesMichal Idziorek
2014-08-09working on virtual memory managerMichal Idziorek