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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Viral..

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

Post 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.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

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

Post by bubach »

Osdever contains lots of usefull info.
http://www.osdever.net/tutorials/memory1.php?the_id=44

/ Christoffer
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Post Reply