summaryrefslogtreecommitdiff
path: root/userspace
AgeCommit message (Expand)Author
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
2014-11-21trying to port binutilsMichal Idziorek
2014-11-21os-specific toolchain!Michal Idziorek
2014-11-20fixed loading and runnnng progs (clear bss)Michal Idziorek
2014-11-20experimenting wih userspace and syscallsMichal Idziorek
2014-11-20workin on syscall interface etc..Michal Idziorek
2014-11-13fixing implicit functions!Michal Idziorek
2014-10-24added very simple example user prog for adding.Michal Idziorek
2014-10-24updated userspace with new adapted brainfuckMichal Idziorek
2014-10-24fixed addressMichal Idziorek
2014-10-23added execve syscallMichal Idziorek
2014-10-22improved shellMichal Idziorek
2014-10-22working on ext2 and readdir syscallMichal Idziorek
2014-10-22do not promop on ext2 formatting ramimage!Michal Idziorek
2014-10-22reading userprogramm from ext2 ramimage!Michal Idziorek
2014-10-22working on filesys and readdir syscallMichal Idziorek
2014-10-22simple tokenizer for the foolshellMichal Idziorek
2014-10-22migrating shell to "userspace"Michal Idziorek
2014-10-21started implementing our first fool-shell.Michal Idziorek
2014-10-21new screenshot and minor cosmeticsMichal Idziorek
2014-10-21ported Brainfuck interpreter.Michal Idziorek
2014-10-20started porting simple brainfuck interpreterMichal Idziorek
2014-10-201st userspace programm and partial newlib support!Michal Idziorek