source: mainline/uspace/_link.ld@ 00eddde

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 00eddde was 2a40908, checked in by Martin Decky <martin@…>, 20 years ago

initial (very raw) user space support

  • Property mode set to 100644
File size: 99 bytes
Line 
1
2OUTPUT_FORMAT(binary)
3STARTUP(libc/entry.o)
4ENTRY(__entry)
5
6SECTIONS {
7 .text 0x00000000 : {
8 }
9}
Note: See TracBrowser for help on using the repository browser.