Memory management

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
Luke

Memory management

Post by Luke »

Do you know a good tutorial on memory mapping and management?
I use Nasm and Tcc.
carbonBased

RE:Memory management

Post by carbonBased »

Tim Robinson wrote two great tut's on memory management.  I don't recall where they can be found, but I'm sure just search for his name and "memory management" on google will pop up a link.

Jeff
Okiesmokie

RE:Memory management

Post by Okiesmokie »

The tutorials you speak of can be found at:
http://osdev.neopages.net/tutorials/memory1.php
and
http://osdev.neopages.net/tutorials/memory2.php

Hope this helps :)
Post Reply