Use f_chdir and relative paths

This commit is contained in:
Aurora
2016-10-12 02:28:08 +02:00
parent 2e069e326c
commit b499c7ee75
12 changed files with 77 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
ENTRY(_start)
SECTIONS
{
. = 0x24FFFF00;
. = 0x24FFFE00;
.text.start : { *(.text.start) }
.text : { *(.text) }
.data : { *(.data) }