os-workshop

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

kernel.ram.ld (107B)


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