16.08.2015 05:27, David Michael пишет:
+
+@itemize @bullet
+@item
+When given @option{--get-byte}, return the value of the byte
+at @var{offset} bytes into the selected SMBIOS structure.
+@item
+When given @option{--get-word}, return the value of the word (two bytes)
+at @var{offset} bytes into t
It cannot work anyway because host disk cannot be read. This fixes hostfs access
on native Windows build where filenames start with '\' or do not have initial
separator at all (d:\foo).
Issue was observed when running grub-fstest on Windows. On UNIX image name is
canonicalized to always start with
I want to use the part of the filesystem codes in GRUB to read different
filesystems on Windows. I have almost completed it and I will release it in
a few days.
But it crash sometimes because of the write of zero pointer.I debug it and
find why it crashed.When I apply this patch, it won't crash bec