split out files and add build batch file
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ENTRY(Start)
|
||||
|
||||
SECTIONS {
|
||||
. = 0x8000000;
|
||||
.text : { *(.text); }
|
||||
}
|
||||
Reference in New Issue
Block a user