Memory allocation

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
Jiko

Memory allocation

Post by Jiko »

I want to load a program in the memory, but I don't know how to do it. I need some routines that allocate memory. Where can I find them? I use NASM and JLOC.
anton

RE:Memory allocation

Post by anton »

If you are writeing your own OS, then you don't need those routines, at least at the begining of os writing. Afterwords you will need to write your own routines.
Anton
Post Reply