Page 1 of 1
I got it working!!! (multi threading)
Posted: Thu Sep 13, 2007 6:48 pm
by piranha
OH YEAH!
I just figured out mutitherading and enabled it on my kernel!
It will make things a LOT easier!!!!
OK, I'm done.
-JL
Posted: Thu Sep 13, 2007 7:03 pm
by XCHG
Woah! Rocker Penguin. Watch out.
Posted: Thu Sep 13, 2007 7:21 pm
by Zacariaz
GRATZ!
i just figured out templates!
EURIKA!
Posted: Fri Sep 14, 2007 12:08 am
by pcmattman
WOOT!
I just figured out how to implement a fully functional TCP/IP stack into my OS without stealing anything!
Still have to figure out how to make message passing fast enough for it to be worthwile though...
Posted: Fri Sep 14, 2007 3:02 am
by JamesM
pcmattman: I'm trying to optimise my message passing too - I can currently pass through about 3 layers of abstraction per-call and have a tty driver that is very responsive (until a key is held down - lagggggg!) - I'm sure there's more I can do though!