Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3156 → Rev 3157

/branches/dynload/uspace/srv/loader/interp.s
0,0 → 1,7
#
# Provide a string to be included in a special DT_INTERP header, even though
# this is a statically-linked executable. This will mark the binary as
# the program loader.
#
.section .interp , ""
.string "kernel"