Page 1 of 1

How to port the famous dlmalloc() in my OS?

Posted: Fri Feb 18, 2005 12:27 pm
by Viral..
Hello,
I am working with my hobby os. Now i want to do some memory management stuff. I want to use the dlmalloc(). How can i use it in my OS?
My OS is a:-
1. Protected mode OS.
2. Set the IDT.
3. Having a keyboard driver.

Re:How to port the famous dlmalloc() in my OS?

Posted: Sat Feb 19, 2005 1:42 pm
by bubach
Osdever contains lots of usefull info.
http://www.osdever.net/tutorials/memory1.php?the_id=44

/ Christoffer