From c9a1266d219a83882735a3a8304f3824e0219cdb Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 15 Jan 2024 15:44:20 -0500 Subject: redo application paging and system calls, rename mercury to hilbert --- applications/link.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/link.ld') diff --git a/applications/link.ld b/applications/link.ld index eaba220..f8c09a2 100644 --- a/applications/link.ld +++ b/applications/link.ld @@ -18,13 +18,13 @@ SECTIONS { *(.text .text.*) } : rx - . = ALIGN(0x200000); + . = ALIGN(4096); .rodata : { *(.rodata .rodata.*) } : ro - . = ALIGN(0x200000); + . = ALIGN(4096); .data : { *(.data .data.*) -- cgit v1.2.3