Results 1 to 3 of 3

Thread: Default first RAM address?

  1. #1
    Guest

    Default first RAM address?

    Is there a standard "starting" point for RAM addressess? Eventually in class I will have to right a program to display the contents of ram, and I was wanting to get a jump on it. ???

  2. #2

    Re:Default first RAM address?

    Usually depends on the processor you're using, as well as whether or not you're loading any sort of boot ROM on to the board.

    I did some assembly on a Motorola Coldfire processor a few years back and my school had put a basic boot ROM on to the board...starting address was 0x10000. However last year my school performed massive upgrades to Coldfire2 processors and put a modified Janus boot ROM on the system so user addressable memory started at 0x101000.

    You mentioned that this is for a class? Your best resource would be the prof, or the lab guy who administers the boards.

  3. #3

    Re:Default first RAM address?

    hello,
    depending on how the chip selects are mapped will affect the RAM location, if it is for PC style hardware i thinks it is at 0x00100000

Similar Threads

  1. Cannot start X again ....
    By DjiT in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 02-23-2005, 11:51 PM
  2. Manage Groups in the Address Book
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 06:19 AM
  3. Resulution problem in KDE
    By Buller in forum Linux - General Topics
    Replies: 3
    Last Post: 08-13-2004, 05:25 PM
  4. Calling all mail server admins
    By demian in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 04-21-2004, 08:21 PM
  5. Gentoo XF86Config
    By mojo jojo in forum Linux - Software, Applications & Programming
    Replies: 9
    Last Post: 02-06-2004, 07:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •