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