summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
AgeCommit message (Collapse)Author
2014-12-01finally implemented fork() syscallMichal Idziorek
2014-12-01Paging between 2 'tasks' loaded from ELF files.Michal Idziorek
Both files are loaded at: 0x08048000 virutal!
2014-11-28struggling with paging ...Michal 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-23foolshell and syscalls improvememetsMichal Idziorek
2014-11-23mostly pr and cosmeticsMichal Idziorek
2014-11-23double indirect block support to ELF and check sum calcMichal Idziorek
2014-11-23passing argv and argc to main, and fixed ELF load.Michal Idziorek
2014-11-22fix / workaround for my ELF binariesMichal Idziorek
2014-11-22working on ELF supportMichal Idziorek
2014-11-21added __linux__ checkMichal Idziorek
2014-11-21minor changeMichal Idziorek
2014-11-20working on syscallsMichal Idziorek
2014-11-20workin on syscall interface etc..Michal Idziorek
2014-11-17little cleanupMichal Idziorek
2014-11-17identity paging re-enabledMichal Idziorek
2014-11-17minor fixes and testingMichal Idziorek
2014-11-17trying to reactivate multitasking.Michal Idziorek
2014-11-14switched bochs to term mode !Michal Idziorek
2014-11-13cleanup and refactoring. abstracting away consoleMichal Idziorek
2014-11-13fixing implicit functions!Michal Idziorek
2014-11-12minor cleanupMichal Idziorek
2014-11-06vdi target for virtualbox.Michal Idziorek
2014-10-24Disabled mouse and added shell execve.Michal Idziorek
2014-10-24moved kernel and ramimage to 0x100000 successfullyMichal Idziorek
chs is broken however and only the first chunk seems to get loaded properly :(
2014-10-23added execve syscallMichal Idziorek
2014-10-22added numeric input and capsed alpha to kb driverMichal Idziorek
2014-10-22working on ext2 and readdir syscallMichal Idziorek
2014-10-22urgent todosMichal Idziorek
2014-10-22reading userprogramm from ext2 ramimage!Michal Idziorek
2014-10-21minor meaningless cosmetic changesMichal Idziorek
2014-10-21started implementing our first fool-shell.Michal Idziorek
2014-10-20started porting simple brainfuck interpreterMichal Idziorek
2014-10-201st userspace programm and partial newlib support!Michal Idziorek
2014-10-17added simple syscall interfaceMichal Idziorek
2014-09-09Re-enabled smpMichal Idziorek
2014-09-09fixed mouse driverMichal Idziorek
2014-09-09mouse supportMichal Idziorek
2014-09-08changed logging for mouseMichal Idziorek
2014-09-08working on mouse driverMichal Idziorek
2014-09-08started with mouse driver and double bufferMichal Idziorek
2014-09-08spinlocksMichal Idziorek
2014-09-08fixed waiting for keypress in bootloader.Michal Idziorek