From 5bbe3619df7eee796f6ae6c2d48a1899cbf45775 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 7 Aug 2024 14:25:34 +0200 Subject: [PATCH] Formatting --- user/user.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/user.ld b/user/user.ld index 0ca922b..20054dc 100644 --- a/user/user.ld +++ b/user/user.ld @@ -5,7 +5,7 @@ ENTRY( _main ) SECTIONS { . = 0x0; - + .text : { *(.text .text.*) }