diff options
| author | Miguel <m.i@gmx.at> | 2018-08-23 03:20:56 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-23 03:20:56 +0200 |
| commit | 4404fa9b3d98646f942e32146722a9d0a68edc13 (patch) | |
| tree | 79e494ec81a462db0217fc763a7ddae1827c02bd /linker.ld | |
| parent | 98bf7b67543b36b6fe49f2b68c115ebeaf630603 (diff) | |
never ending struggle with forking
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 = .; - } |
