Fixed a misnamed label in start_64 print_kernel_identifier

This commit is contained in:
2022-12-15 13:48:55 +00:00
parent 72bf6faadd
commit 38202e5ccd

View File

@@ -52,12 +52,12 @@ print_kernel_identifier:
mov $kernel_identifier, %rsi
mov $0xb81e4, %rdi
1:
3:
movw $0x7000, (%rdi) # black text on white background.
add $0x02, %rdi
inc %rsi
cmpb $0, (%rsi)
jne 1b
jne 3b
ret