summaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Expand)Author
2015-05-16finally working ring 3Michal Idziorek
2015-05-14experimenting with grub vbeMichal Idziorek
2015-05-13fixing gdt and interruptsMichal Idziorek
2015-05-13implementing multiboot spec stuffMichal Idziorek
2015-05-12migrating to grub and elf kernel formatMichal Idziorek
2014-12-05plauing aroundMichal Idziorek
2014-12-05struggling with tputMichal Idziorek
2014-12-05struggling with paging exceptions!Michal 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-27struggling with new multitaskingMichal Idziorek
2014-11-26changes, improvements and cleanupMichal Idziorek
2014-11-23foolshell and syscalls improvememetsMichal Idziorek
2014-11-23double indirect block support to ELF and check sum calcMichal Idziorek
2014-11-22added call_unhandled for unhandled syscallsMichal Idziorek
2014-11-20fixed loading and runnnng progs (clear bss)Michal Idziorek
2014-11-20working on syscallsMichal Idziorek
2014-11-20workin on syscall interface etc..Michal Idziorek
2014-11-17debugging schedulerMichal Idziorek
2014-11-14further cleanup of build sysMichal Idziorek
2014-11-13fixing implicit functions!Michal Idziorek
2014-10-23added execve syscallMichal Idziorek
2014-10-22working on filesys and readdir syscallMichal Idziorek
2014-10-22migrating shell to "userspace"Michal Idziorek
2014-10-21started implementing our first fool-shell.Michal Idziorek
2014-10-201st userspace programm and partial newlib support!Michal Idziorek
2014-10-17added simple syscall interfaceMichal Idziorek
2014-09-04using raimage instead of floppyMichal Idziorek
2014-09-04new default interrupt handler in asmMichal Idziorek
2014-09-03debugging floppy driver :(Michal Idziorek
2014-09-03system clockMichal Idziorek
2014-08-31updated boot loader supports for LBA modeMichal Idziorek
2014-08-30fixed bug in multitasking codeMichal Idziorek
2014-08-30Added multitasking support for two tasks ;)Michal Idziorek
2014-08-30preparing for multitaskingMichal Idziorek