commit | 5b669d8f1d7380a6fd77c3a3178fef14d0303607 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Sep 24 23:53:51 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Dec 02 21:59:36 2018 +0100 |
tree | 2c806b151f0c3ee26213ec823d4ce80ffed6081d | |
parent | 729287294672c635b3a826e10267d9c8de65686a [diff] |
efi_selftest: use CR LF in helloworld The UEFI spec defines that a line feed moves the cursor to the next line and (only) a carriage return moves the cursor to the beginning of the line. So we should issue CR LF when we want to get to the start of the next line. Add some comments. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>