source: mainline/uspace/_link.ld@ e16e036a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export 0.1.0
Last change on this file since e16e036a 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.