aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/linker.ld
diff options
context:
space:
mode:
authorMarvin Borner2020-04-02 13:01:08 +0200
committerMarvin Borner2020-04-02 13:01:08 +0200
commitf7d4c8891e5ef64d13567845b2bc02f31152c323 (patch)
tree54f6fa103260a64f010b6d0e01255dd4f4e89aab /src/userspace/linker.ld
parentce13b28b90e8f7d8083658e083831c6528847099 (diff)
Small fixes in the run executable
The run script is now able to run from any location && exits when the installation test failed
Diffstat (limited to 'src/userspace/linker.ld')
-rw-r--r--src/userspace/linker.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/linker.ld b/src/userspace/linker.ld
index 7c2941f..152e0bf 100644
--- a/src/userspace/linker.ld
+++ b/src/userspace/linker.ld
@@ -16,4 +16,4 @@ SECTIONS {
*(.bss)
. = ALIGN(4096);
}
-}
+} \ No newline at end of file