From ab03d3be21f229be8c28dba292d5da237a929a73 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 28 Aug 2024 22:25:56 +0200 Subject: Restructure the whole thing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It will be something more than just messing around with RISC-V stuff. Signed-off-by: Miquel Sabaté Solà --- bios/config.ld | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bios/config.ld (limited to 'bios/config.ld') diff --git a/bios/config.ld b/bios/config.ld deleted file mode 100644 index 085caa3..0000000 --- a/bios/config.ld +++ /dev/null @@ -1,9 +0,0 @@ -MEMORY { - dram_space (rwx) : ORIGIN = 0x80000000, LENGTH = 128 -} - -SECTIONS { - .text : { - hello.o(.text.bios) - } > dram_space -} -- cgit v1.2.3