Subversion Repositories HelenOS

Rev

Rev 3101 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3004 svoboda 1
#
2
# Provide a string to be included in a special DT_INTERP header, even though
3101 svoboda 3
# this is a statically-linked executable. This will mark the binary as
3004 svoboda 4
# the program loader.
5
#
6
.section .interp , ""
7
	.string "kernel"