Friday, May 29, 2009

usrCallback

usrCallback module was just added to the kernel. It allows the kernel to call a function in a user app and get back some results, just like a normal callback, but while respecting all kernel-user boundaries.

5 comments:

Coffee-Turtle said...

wow! the updates are getting more and more frequent! Thank you!

(any gui piece for screenshots yet?)

Thireus said...

Yeah I like that too :D

Dmitry Grinberg said...

No gui. GUI will be provided by a library in userspace. Unlike PalmOS, designers, I do not belive GUI code belongs in the kernel.

Esteban said...

So, GUI will be something similar to SkinUI, right?

Dmitry Grinberg said...

That's the plan

The gui will be provided by UiLib and any app is either welcome to use UiLib or roll its own gui