wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[General] Deploy os code in external RAM #41

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

OS code should be deployed in external RAM. intvecs and exception vecs should stay in SRAM.

trylimits commented 9 years ago

Above commit implements these changes.