From 848c0c6a3fcd3a05a2d8d5fbb3eb550bc423f807 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Mon, 17 Aug 2026 10:47:46 -0700 Subject: ADD: charge basics stuff. --- src/note.s | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/note.s (limited to 'src/note.s') diff --git a/src/note.s b/src/note.s new file mode 100644 index 0000000..a8b606e --- /dev/null +++ b/src/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