From 4404fa9b3d98646f942e32146722a9d0a68edc13 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 23 Aug 2018 03:20:56 +0200 Subject: never ending struggle with forking --- linker.ld | 2 -- 1 file changed, 2 deletions(-) (limited to 'linker.ld') diff --git a/linker.ld b/linker.ld index 7c1c4bf..869ae97 100644 --- a/linker.ld +++ b/linker.ld @@ -3,7 +3,6 @@ ENTRY(_start) SECTIONS { . = 1M; - kernel_start = .; .text BLOCK(4K) : ALIGN(4K) @@ -33,5 +32,4 @@ SECTIONS } kernel_end = .; - } -- cgit v1.2.3