summary refs log tree commit diff
path: root/linux-cfg.ld
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-17 21:18:43 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-17 21:18:43 -0700
commit5f9519e025c14ac54ddcadd6a76d04cbf04d7297 (patch)
tree4c041ed2d42f7f7f080653f4289b58e349106c6e /linux-cfg.ld
parent355bb650b0b9548b604040ca6725937538ff5ff7 (diff)
MOD: fix linux-cfg.ld HEAD trunk
Diffstat (limited to 'linux-cfg.ld')
-rw-r--r--linux-cfg.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-cfg.ld b/linux-cfg.ld index b2a5f17..f90329a 100644 --- a/linux-cfg.ld +++ b/linux-cfg.ld
@@ -5,7 +5,7 @@ MAXPAGESIZE = 0;
5 5
6SECTIONS 6SECTIONS
7{ 7{
8 . = 0x100000; /* start at 1mb. */ 8 . = 0x100000 + SIZEOF_HEADERS; /* start at 1mb. */
9 9
10 .text : 10 .text :
11 { 11 {