Page 1 of 1
Memory allocation
Posted: Tue Oct 29, 2002 12:00 am
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.
RE:Memory allocation
Posted: Wed Oct 30, 2002 12:00 am
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