summaryrefslogtreecommitdiff
path: root/kernel/config.h
AgeCommit message (Collapse)Author
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-22added call_unhandled for unhandled syscallsMichal Idziorek
2014-11-22first (non-functional) port of binutilsMichal Idziorek
2014-11-21trying to port binutilsMichal Idziorek
2014-11-20fixed loading and runnnng progs (clear bss)Michal Idziorek
2014-11-20workin on syscall interface etc..Michal 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-13changed some config defaultsMichal Idziorek
2014-11-13cleanup and refactoring. abstracting away consoleMichal Idziorek
2014-11-12minor cleanupMichal Idziorek
2014-10-24turned off loggingMichal 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-22working on ext2 and readdir syscallMichal Idziorek
2014-10-201st userspace programm and partial newlib support!Michal Idziorek
2014-09-04using raimage instead of floppyMichal Idziorek
2014-09-03debugging floppy driver :(Michal Idziorek
2014-09-03Moved kernel to 0x10000 !Michal Idziorek