Reformat for 8-width tabs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user