os-workshop

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

app.ram.ld (94B)


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