From 5f715121c39ae1a72632c546a6270beef16d966e Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Sun, 17 May 2020 17:35:10 +0300 Subject: [PATCH] comment --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index d662874..d8ccbf7 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -503,7 +503,7 @@ function generate_nvram_bin_file() { local datasize="$(printf "%08x" $(( ${#data} / 2 )) )" # flip four big-endian bytes byte-order to little-endian local datasize="$(printf "${datasize}" | xxd -r -p | od -tx4 -N4 -An --endian=little)" - # guid string-of-hex-bytes is five fields, 8+4+4+4+12 bytes long + # guid string-of-hex-bytes is five fields, 8+4+4+4+12 nibbles long # first three are little-endian, last two big-endian # for example, 00112233-4455-6677-8899-AABBCCDDEEFF # is stored as 33221100-5544-7766-8899-AABBCCDDEEFF