summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordzwdz2023-08-08 18:47:08 +0200
committerdzwdz2023-08-08 18:47:08 +0200
commit0e8ae092443b8a5a582a3a5aaad663d6fbe4f500 (patch)
tree6d79c06ad3ee5692b98fe360ceff1d827b555462 /src
parent0ddd4d1dab8dc2ba092c7351cfb2e054fce1f429 (diff)
build: build bootstrap as an ELF first, and then convert to a raw binary
Diffstat (limited to 'src')
-rw-r--r--src/user/bootstrap/linker.ld1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user/bootstrap/linker.ld b/src/user/bootstrap/linker.ld
index 5d8abe7..10e3f98 100644
--- a/src/user/bootstrap/linker.ld
+++ b/src/user/bootstrap/linker.ld
@@ -1,5 +1,4 @@
ENTRY(_start)
-OUTPUT_FORMAT("binary")
SECTIONS
{