Page 1 of 1

Help Implimenting a MM and Multitasking?

Posted: Mon Mar 31, 2008 8:43 pm
by balthasar
I got Paging working and enabled in my kernel http://code.google.com/p/odysseyos/

but i dont know what to do next to implement the MM and enable multitasks.

also noob question is it possible to make API for the kernel in static libraries and linking them to the kernel like Moduals?

Re: Help Implimenting a MM and Multitasking?

Posted: Mon Mar 31, 2008 9:15 pm
by neon
balthasar wrote:but i dont know what to do next to implement the MM and enable multitasks.
If you have just got paging working in your kernel, I would probably start working on a heap manager next.
balthasar wrote:also noob question is it possible to make API for the kernel in static libraries and linking them to the kernel like Moduals?
Of course. (I am personally trying to find a nice way of using them as dynamic modules...thats a different story though)

Posted: Mon Mar 31, 2008 9:19 pm
by bewing
People seem to like the JamesM tutorials for those things:

http://www.jamesmolloy.co.uk/tutorial_h ... setup.html