removed redudnant script

This commit is contained in:
Agnosto Dvonik 2024-02-18 08:02:28 -05:00
parent 30ea392529
commit 16be0a25cf
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
OUTPUT_FORMAT(elf32-i386)
ENTRY(_start)
SECTIONS
{
. = 0x100000;
.text : {*(.text)}
.data : {*(.data)}
.bss : {*(.bss)}
}