summaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Expand)Author
2018-08-31doxy and alignmentMiguel
2018-08-31various improvmenetsMiguel
2018-08-23never ending struggle with forkingMiguel
2018-08-22tss per usertaskMiguel
2018-08-22userspace and kernelspace taskswitchingMiguel
2018-08-21cleaning up multitaskingMiguel
2018-08-21adding new pit codeMiguel
2018-08-21cleanup timer stuff and move to asm.Miguel
2018-08-20Makefile fixMiguel
2018-08-20schicophrenic cleanup after realizing many fundamental desgin problems!Miguel
2018-08-19invalidated spinlocksMiguel
2018-08-19x86.s workingMiguel
2018-08-19cleaning up asm stuff and improving docsMiguel
2018-08-19get vesa working in vmem.Miguel
2018-08-18mouse up and running againMiguel
2018-08-18cleaning up syscalls and playing with new pipesMiguel
2018-08-17cleanup and working on fifo pipesMiguel
2018-08-17rename syscall assemblyMiguel
2018-08-17cleaning up in progressMiguel
2018-08-17starting implicit function calls cleanupMiguel
2018-08-17started reviving my fool osMiguel
2015-05-25finally managed to port some simple ncurses test applications!Michal Idziorek
2015-05-24syscalls and terminal functionality for GAMING modeMichal Idziorek
2015-05-23filesystem stuff and experimenting with userspace tasksMichal Idziorek
2015-05-17working on vt52 layerMichal Idziorek
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