mirror of
https://github.com/drasko/codezero.git
synced 2026-01-17 21:33:15 +01:00
Fixed a few minor issues.
This commit is contained in:
@@ -7,7 +7,7 @@ ENTRY(_start)
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x2000000;
|
||||
. = 0x3000000;
|
||||
.text : { *(.text.head) *(.text) }
|
||||
.rodata : { *(.rodata) }
|
||||
.rodata1 : { *(.rodata1) }
|
||||
|
||||
Reference in New Issue
Block a user