summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-13 04:52:17 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-13 04:52:17 +0200
commit39d0c5ad74f69ef368d6f83e4eac575e76060eb4 (patch)
treee38dacc3b42767e8c5d49fda58e26adfe4bdcfa3 /linker.ld
parentd7c12c5210ed1545549b9d2b14fb9fb89ce652e2 (diff)
passing grub modules to kernel
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index 92ca00f..f823710 100644
--- a/linker.ld
+++ b/linker.ld
@@ -2,7 +2,7 @@ ENTRY(_start)
SECTIONS
{
- . = 2M;
+ . = 1M;
.text BLOCK(4K) : ALIGN(4K)
{