diff options
author | dzwdz | 2023-08-08 18:47:08 +0200 |
---|---|---|
committer | dzwdz | 2023-08-08 18:47:08 +0200 |
commit | 0e8ae092443b8a5a582a3a5aaad663d6fbe4f500 (patch) | |
tree | 6d79c06ad3ee5692b98fe360ceff1d827b555462 /src/user/bootstrap/linker.ld | |
parent | 0ddd4d1dab8dc2ba092c7351cfb2e054fce1f429 (diff) |
build: build bootstrap as an ELF first, and then convert to a raw binary
Diffstat (limited to 'src/user/bootstrap/linker.ld')
-rw-r--r-- | src/user/bootstrap/linker.ld | 1 |
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 { |