summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-12-08fixed vesa fb mode!Michal Idziorek
2014-12-08disabled kernel logging and removed minor debug from foolshellMichal Idziorek
2014-12-08fixed syscall_execve and indirectly tputMichal Idziorek
2014-12-05plauing aroundMichal Idziorek
2014-12-05struggling with tputMichal Idziorek
2014-12-05struggling with paging exceptions!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-02little cleanupMichal Idziorek
2014-12-02further work on fork and friendsMichal 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-27fixed iditoc mistake in multitask testingMichal Idziorek
2014-11-27struggling with new multitaskingMichal Idziorek
2014-11-27Progs at vmem=0x8048000 and Improved Console OuputMichal Idziorek
2014-11-26changes, improvements and cleanupMichal Idziorek
2014-11-26further cleanupMichal Idziorek
2014-11-26some cleanupMichal Idziorek
2014-11-25started adding stack shmashing protectionMichal Idziorek
2014-11-25memory and buildsys improvementsMichal Idziorek
2014-11-24implemented basic 'cd' in foolshellMichal Idziorek
2014-11-24some progress with userspaceMichal Idziorek
2014-11-24fixed ENV problemMichal Idziorek
2014-11-24problems with ENVMichal Idziorek
2014-11-24playing with enviroment variablesMichal Idziorek
2014-11-23foolshell and syscalls improvememetsMichal Idziorek
2014-11-23mostly pr and cosmeticsMichal Idziorek
2014-11-23moved ls to own binaryMichal Idziorek
2014-11-23double indirect block support to ELF and check sum calcMichal Idziorek
2014-11-23adjusting syscallsMichal Idziorek
2014-11-23passing argv and argc to main, and fixed ELF load.Michal Idziorek
2014-11-22Passing params to main()Michal Idziorek
2014-11-22added call_unhandled for unhandled syscallsMichal Idziorek
2014-11-22first (non-functional) port of binutilsMichal Idziorek
2014-11-22support for ELF (with 1*text and 1*data)!Michal Idziorek
2014-11-22fix / workaround for my ELF binariesMichal Idziorek
2014-11-22working on ELF supportMichal Idziorek
2014-11-21preparing switch to ELF userspaceMichal Idziorek
2014-11-21trying to port binutilsMichal Idziorek
2014-11-21added __linux__ checkMichal Idziorek
2014-11-21minor changeMichal Idziorek
2014-11-20minor cosmetic changes in syscallsMichal Idziorek
2014-11-20fixed loading and runnnng progs (clear bss)Michal Idziorek