search for: guid_le_walk_map

Displaying 2 results from an estimated 2 matches for "guid_le_walk_map".

2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...r message output */ -static inline void error(const char *msg) -{ - fputs(msg, stderr); -} - -/** - * This walk-map effectively reverses the little-endian - * portions of a GPT disk/partition GUID for a string representation. - * There might be a better header for this... - */ -static const char guid_le_walk_map[] = { - 3, -1, -1, -1, 0, - 5, -1, 0, - 3, -1, 0, - 2, 1, 0, - 1, 1, 1, 1, 1, 1 -}; - -/** - * Fill a buffer with a textual GUID representation. - * - * @v buf Points to a minimum array of 37 chars - * @v id The GUID to represent as text - * - * The buffer must be >= char[37]...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address