summary refs log tree commit diff
path: root/src/note.s
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-17 10:47:46 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-17 10:47:46 -0700
commit848c0c6a3fcd3a05a2d8d5fbb3eb550bc423f807 (patch)
treece887d52b87656b16f8b82a2aa95082cd8529428 /src/note.s
ADD: charge basics stuff.
Diffstat (limited to 'src/note.s')
-rw-r--r--src/note.s9
1 files changed, 9 insertions, 0 deletions
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 @@
1.section .note.netbsd.ident, "a" # allocatable section.
2 .align 4
3 .int 7 # namesz = "NetBSD" = 7 bytes.
4 .int 4 # descsz = version = 4 bytes.
5 .int 1 # type = ELF_NOTE_TYPE_NETBSD_TAG.
6 .ascii "NetBSD" # name.
7 .byte 0 # null term for name.
8 .long 110000000 # desc = 11.0 (netbsd ver).
9 .align 4