summaryrefslogtreecommitdiff
path: root/kernel/task.c
AgeCommit message (Expand)Author
2018-08-21cleaning up a bitMiguel
2018-08-21cleaning up multitaskingMiguel
2018-08-21cleanup timer stuff and move to asm.Miguel
2018-08-19cleaning up asm stuff and improving docsMiguel
2018-08-17started reviving my fool osMiguel
2015-05-23improved params and environment passing and started snake-game :)Michal Idziorek
2015-05-22started implementing filesMichal Idziorek
2015-05-18heavy refactoring underwayMichal Idziorek
2015-05-17working on vt52 and some cleanupMichal Idziorek
2015-05-17struggling with smp and APICs and started vt52 emulationMichal Idziorek
2015-05-16working on smp support, strange things happening!?Michal Idziorek
2015-05-16finally working ring 3Michal Idziorek
2015-05-13fixed libc and 'userspace'Michal Idziorek
2015-05-13fixing gdt and interruptsMichal Idziorek
2014-12-08fixed syscall_execve and indirectly tputMichal Idziorek
2014-12-05plauing aroundMichal Idziorek
2014-12-05struggling with paging exceptions!Michal Idziorek
2014-12-04struggling with gcc -O , and other stuffMichal Idziorek
2014-12-04mainly improve loggingMichal Idziorek
2014-12-04finally hacked env and argv!Michal Idziorek
2014-12-03increased logger grnaularity and working on memory managementMichal 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-01Paging between 2 'tasks' loaded from ELF files.Michal Idziorek
2014-11-28struggling with paging ...Michal Idziorek
2014-11-27fixed iditoc mistake in multitask testingMichal 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-23mostly pr and cosmeticsMichal Idziorek
2014-11-20add task progress log to consoleMichal Idziorek
2014-11-20turn off shell loading on init!Michal Idziorek
2014-11-17minor fixes and testingMichal Idziorek
2014-11-17hardcoded shell as task1Michal Idziorek
2014-11-17trying to reactivate multitasking.Michal Idziorek
2014-11-13fixing implicit functions!Michal Idziorek
2014-09-03Improved Multiprocessing / Multitasking codeMichal Idziorek
2014-09-03system clockMichal Idziorek
2014-09-03Moved kernel to 0x10000 !Michal Idziorek
2014-09-03ACPI support !Michal Idziorek
2014-09-02Improved directory structure.Michal Idziorek
2014-09-01Added kernel_entry for APsMichal Idziorek
2014-08-30added logging of stack address of new tasksMichal Idziorek
2014-08-30fixed bug in multitasking codeMichal Idziorek
2014-08-30minor fixesMichal Idziorek
2014-08-30Added multitasking support for two tasks ;)Michal Idziorek