os-workshop

same materials and sample source for RV32 OS projects
git clone http://frotz.net/git/os-workshop.git
Log | Files | Refs

user.ram.ld (94B)


      1 
      2 MEMORY {
      3 	RAM (rwx) : ORIGIN = 0x10000000, LENGTH = 0x400000
      4 }
      5 
      6 INCLUDE "make/common.ram.ld"