aboutsummaryrefslogtreecommitdiff
path: root/apps/mandelbrot.c
AgeCommit message (Collapse)Author
2020-09-11Removed wait syscall - whoopsidoo!Marvin Borner
2020-09-07Added wait syscall.Marvin Borner
This makes a process sleep until it receives a new message (no polling!). I thought that this will result in performance improvements but I haven't noticed any, yet. Maybe I'll remove this again in the future..
2020-09-06Fixed GPF on non-existent execMarvin Borner
2020-09-05Improved schedulerMarvin Borner
2020-09-04Mandelbrot performance and coloringMarvin Borner
2020-09-04Strange keyboard resolution changing thingMarvin Borner
2020-09-04Added mandelbrot demo and fpu driverMarvin Borner