summaryrefslogtreecommitdiff
path: root/userspace
AgeCommit message (Expand)Author
2015-05-22started implementing filesMichal Idziorek
2015-05-22support for fg and bg color escape sequencesMichal Idziorek
2015-05-18fifo through ringbuffer(stdin) and vt52(stdout) finally working!Michal Idziorek
2015-05-17working on vt52 and some cleanupMichal Idziorek
2015-05-17struggling with smp and APICs and started vt52 emulationMichal Idziorek
2015-05-16working on smp support, strange things happening!?Michal Idziorek
2015-05-14little improvements and setting py file for completerMichal Idziorek
2015-05-13fixed libc and 'userspace'Michal Idziorek
2014-12-08fixed vesa fb mode!Michal Idziorek
2014-12-08minor adaption for ncursesMichal Idziorek
2014-12-08disabled kernel logging and removed minor debug from foolshellMichal Idziorek
2014-12-08fixed syscall_execve and indirectly tputMichal Idziorek
2014-12-05playing with external debugging in qemu from gdbMichal Idziorek
2014-12-05minor fixes in foolshellMichal Idziorek
2014-12-05plauing aroundMichal Idziorek
2014-12-05struggling with paging exceptions!Michal Idziorek
2014-12-04struggling with gcc -O , and other stuffMichal Idziorek
2014-12-02added and tested libm (newlib)Michal Idziorek
2014-12-02added first 'package' : ncursesMichal Idziorek
2014-12-02Adapt for ncursesMichal Idziorek
2014-12-02spawn shells foreverMichal 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-26changes, improvements and cleanupMichal Idziorek
2014-11-26add brainfuck script fileMichal Idziorek
2014-11-25started adding stack shmashing protectionMichal 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-23fix typoMichal Idziorek
2014-11-23adjusting syscallsMichal Idziorek
2014-11-23passing argv and argc to main, and fixed ELF load.Michal Idziorek
2014-11-22fix return valueMichal 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-21working on ELF bin supportMichal Idziorek
2014-11-21preparing switch to ELF userspaceMichal Idziorek