summaryrefslogtreecommitdiff
path: root/boot/boot.ld
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--boot/boot.ld9
1 files changed, 0 insertions, 9 deletions
diff --git a/boot/boot.ld b/boot/boot.ld
deleted file mode 100644
index e6fc072..0000000
--- a/boot/boot.ld
+++ /dev/null
@@ -1,9 +0,0 @@
-OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
-OUTPUT_ARCH(i386)
-ENTRY(bootentry)
-
-SECTIONS
-{
- . = 0x0;
- .text : { *(.text .stub .text.*) }
-}