summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/i386/syslinux.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/i386/syslinux.ld b/core/i386/syslinux.ld
index 94f842fa..36b1a69b 100644
--- a/core/i386/syslinux.ld
+++ b/core/i386/syslinux.ld
@@ -372,8 +372,8 @@ SECTIONS
_end = .;
- /* COM32R and kernels are loaded after our own PM code */
- . = ALIGN(65536);
+ /* The first block of the heap is here */
+ . = ALIGN(4096);
free_high_memory = .;
/* Stuff we don't need... */