Open Jan200101 opened 2 years ago
user, kernel, uptime and shell are all so simplistic that it makes no sense to use multi threading on them.
colourDraw gets joined back as soon as its created instead of being called directly
os is the only function worth multi threading, but since nothing else takes up time its simple called last.
Since we have to call OS before printing it makes no sense to use threads at all
user, kernel, uptime and shell are all so simplistic that it makes no sense to use multi threading on them.
colourDraw gets joined back as soon as its created instead of being called directly
os is the only function worth multi threading, but since nothing else takes up time its simple called last.
Since we have to call OS before printing it makes no sense to use threads at all