fix sysuname for all targets, somehow this was forgotten

This commit is contained in:
mrdudz
2025-06-26 01:21:28 +02:00
parent 801508aecf
commit 0290b276ae
20 changed files with 106 additions and 77 deletions

View File

@@ -23,13 +23,13 @@ utsdata:
.asciiz ""
; release
.byte ((.VERSION >> 8) & $0F) + '0'
.byte .string (>.version)
.byte '.'
.byte ((.VERSION >> 4) & $0F) + '0'
.byte .string (<.version)
.byte $00
; version
.byte (.VERSION & $0F) + '0'
.byte '0' ; unused
.byte $00
; machine