summaryrefslogtreecommitdiff
path: root/src/user/bootstrap/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/bootstrap/linker.ld')
-rw-r--r--src/user/bootstrap/linker.ld7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/user/bootstrap/linker.ld b/src/user/bootstrap/linker.ld
index d16440c..f2d718f 100644
--- a/src/user/bootstrap/linker.ld
+++ b/src/user/bootstrap/linker.ld
@@ -1,13 +1,8 @@
-ENTRY(main)
+ENTRY(_start)
OUTPUT_FORMAT("binary")
SECTIONS
{
- /* Not an ELF, but we need this to link with elfreloc.c.
- * Not that we need to link with it, it's just easier that way */
- _DYNAMIC = 0;
- _image_base = 0;
-
. = 0x10000;
_bss_start = .;
.bss BLOCK(4K) : ALIGN(4K)