Reformat for 8-width tabs

This commit is contained in:
2022-12-14 18:31:27 +00:00
parent 268c063876
commit a94dfdc952
2 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
ERROR MESSAGE STRINGS
*******/
kernel_identifier:
.asciz " Socks kernel version " BUILD_ID " "
.asciz " Socks kernel version " BUILD_ID " "
.section .boot.text, "ax", @progbits
@@ -29,7 +29,7 @@ print_kernel_identifier:
2:
movsb
movb $0x70, (%rdi) # black text on white background
movb $0x70, (%rdi) # black text on white background
inc %rdi
cmpb $0, (%rsi)
jne 2b