aboutsummaryrefslogtreecommitdiff
path: root/kernel/infinite.ld
blob: 2eee384170b7ed3af9b88f4a77a8874d1a5df542 (plain)
1
2
3
4
5
6
7
8
9
MEMORY {
  kernel_space (rwx) : ORIGIN = 0x80200000, LENGTH = 128
}

SECTIONS {
  .text : {
    infinite.o(.text.kernel)
  } > kernel_space
}