reorganise
This commit is contained in:
8
bootle/src/linker.ld
Normal file
8
bootle/src/linker.ld
Normal file
@@ -0,0 +1,8 @@
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x00010000;
|
||||
.text : {
|
||||
*(.text._start)
|
||||
*(.text*)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user