From fd9e51b838f454894940940110f2f18bedf5e621 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Mon, 17 Aug 2026 15:57:04 -0700 Subject: MOD: improve charge and update. --- src/netbsd-note.s | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/netbsd-note.s (limited to 'src/netbsd-note.s') diff --git a/src/netbsd-note.s b/src/netbsd-note.s new file mode 100644 index 0000000..a8b606e --- /dev/null +++ b/src/netbsd-note.s @@ -0,0 +1,9 @@ +.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 -- cgit 1.4.1