source:
mainline/uspace/_link.ld@
00eddde
Last change on this file since 00eddde was 2a40908, checked in by , 20 years ago | |
---|---|
|
|
File size: 99 bytes |
Rev | Line | |
---|---|---|
[2a40908] | 1 | |
2 | OUTPUT_FORMAT(binary) | |
3 | STARTUP(libc/entry.o) | |
4 | ENTRY(__entry) | |
5 | ||
6 | SECTIONS { | |
7 | .text 0x00000000 : { | |
8 | } | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.