Skip to content

Commit 0972a60

Browse files
committed
update boot splash
1 parent f094417 commit 0972a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/splash.s

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ rsVersion:
137137

138138
; $1f is a backwards "C"
139139
rsCopyleft:
140-
.byte "Copyleft (", $1f, ") 2024, Decrazyo", $00
140+
.byte "Copyleft (", $1f, ") 2025, Decrazyo", $00
141141

142142
rsProcessor:
143143
.define PROCESSOR_STRING "Processor: "
144144
.asciiz PROCESSOR_STRING
145145
rs8086:
146-
.asciiz "i8086"
146+
.asciiz "8086"
147147

148148
rsMemory:
149149
.asciiz "Memory test: "

0 commit comments

Comments
 (0)