I want to malloc from local bus RAM (OS is linux)

From: Joung-Hoon (jhchoo_at_solartt.co.kr)
Date: 08/06/03

  • Next message: Markus Pietrek: "Re: I want to malloc from local bus RAM (OS is linux)"
    Date: 5 Aug 2003 18:56:44 -0700
    
    

    I should port vxWorks device driver code to linux OS.

    CPU is mpc8260.
    64MB RAM is connected to 60x bus, and 8MB RAM is connected to local bus.
    60x bus RAM is the system memory.

    vxWorks supports memPartCreate(), memPartAlloc(), ...
    So, I malloc from local bus RAM using above functions.
    But, Linux does not support above functions.

    How can I malloc from local bus RAM on linux?


  • Next message: Markus Pietrek: "Re: I want to malloc from local bus RAM (OS is linux)"

    Relevant Pages