summaryrefslogtreecommitdiff
path: root/kernel/vmem.c
AgeCommit message (Expand)Author
2018-08-23never ending struggle with forkingMiguel
2018-08-22cleanup loggingMiguel
2018-08-22removed module name definitionsMiguel
2018-08-22improving loggingMiguel
2018-08-22tss works finally (for one usertask!)Miguel
2018-08-19cleaning up asm stuff and improving docsMiguel
2018-08-19get vesa working in vmem.Miguel
2015-05-16finally working ring 3Michal Idziorek
2015-05-15using ramimage position and correct kernel pages countMichal Idziorek
2015-05-15fixes and imporvementsMichal Idziorek
2015-05-14little improvements and setting py file for completerMichal Idziorek
2015-05-14some clenup and recover after git-crash!Michal Idziorek
2014-12-09passing vesa physbase to vmem and some cleanupMichal Idziorek
2014-12-08fixed vesa fb mode!Michal Idziorek
2014-12-04struggling with gcc -O , and other stuffMichal Idziorek
2014-12-04own virtual address space for stackMichal Idziorek
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