.section .note.netbsd.ident, "a" # allocatable section. .align 4 .int 7 # namesz = "NetBSD" = 7 bytes. .int 4 # descsz = version = 4 bytes. .int 1 # type = ELF_NOTE_TYPE_NETBSD_TAG. .ascii "NetBSD" # name. .byte 0 # null term for name. .long 110000000 # desc = 11.0 (netbsd ver). .align 4