You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
0 v811_spc009_project 7 months ago
README.txt v811_spc009_project 7 months ago
endtime.txt v811_spc009_project 7 months ago
joblist.txt v811_spc009_project 7 months ago
metadata.txt v811_spc009_project 7 months ago
reference.json v811_spc009_project 7 months ago
starttime.txt v811_spc009_project 7 months ago
uname.txt v811_spc009_project 7 months ago

README.txt

Unprintable characters in kernel logs, when read via /dev/kmsg, are
escaped as \xNN where NN the character's ascii code in hex. Those are
expected to be decoded to results, if they really are
printable. Kernel's idea of nonprintable is "c < 0x20 || c > 127".