diff options
Diffstat (limited to 'linker.ld')
| -rw-r--r-- | linker.ld | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ ENTRY(_start) SECTIONS { + . = 0x7000; + .text BLOCK(4K) : ALIGN(4K) + { + *(.smp) + } + . = 1M; kernel_start = .; |
