source: mainline/uspace/srv/loader/interp.s@ c7fbb90

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since c7fbb90 was c98e6ee, checked in by Jiri Svoboda <jirik.svoboda@…>, 17 years ago

Merge program-loader related stuff from dynload branch to trunk. (huge)

  • Property mode set to 100644
File size: 214 bytes
Line 
1#
2# Provide a string to be included in a special DT_INTERP header, even though
3# this is a statically-linked executable. This will mark the binary as
4# the program loader.
5#
6.section .interp , ""
7 .string "kernel"
Note: See TracBrowser for help on using the repository browser.