os-workshop

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

boot.ram.ld (92B)


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