How to port the famous dlmalloc() in my OS?
Posted: Fri Feb 18, 2005 12:27 pm
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.
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.