From 0e8ae092443b8a5a582a3a5aaad663d6fbe4f500 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 8 Aug 2023 18:47:08 +0200 Subject: build: build bootstrap as an ELF first, and then convert to a raw binary --- src/user/bootstrap/linker.ld | 1 - 1 file changed, 1 deletion(-) (limited to 'src/user/bootstrap/linker.ld') 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 { -- cgit v1.2.3