Add linkerscript (experimental)

This commit is contained in:
Suguru Saito
2021-12-14 01:01:31 +09:00
parent 82afb1d9cc
commit 2323505be7
4 changed files with 127 additions and 0 deletions

4
x1/linkerscript/main.c Normal file
View File

@@ -0,0 +1,4 @@
int main(void *arg)
{
return 0;
}