source:
mainline/uspace/_link.ld@
c9554dcb
Last change on this file since c9554dcb was 2a40908, checked in by , 20 years ago | |
---|---|
|
|
File size: 99 bytes |
Line | |
---|---|
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.