Changeset 48762 in vbox for trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg
- Timestamp:
- Sep 29, 2013 10:26:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c
r48761 r48762 817 817 * about constructing the path in a bit of a round about way... 818 818 * 819 * This is what we got when Lion rebooted after the first installation st ep:819 * This is what we got when Lion rebooted after the first installation stage: 820 820 * Variable - fAttr=0x07 - '8be4df61-93ca-11d2-aa0d-00e098032b8c:Boot0080' - cb=0xbe 821 821 * 0000: 01 00 00 00 48 00 4d 00-61 00 63 00 20 00 4f 00 ....H.M.a.c. .O. … … 831 831 * 00a0: 6f 00 6d 00 2e 00 61 00-70 00 70 00 6c 00 65 00 o.m...a.p.p.l.e. 832 832 * 00b0: 2e 00 42 00 6f 00 6f 00-74 00 22 00 00 00 ..B.o.o.t."... 833 * 834 * This is waht we got when Moutain Kitten reboot after the first installation stage: 835 * Variable - fAttr=0x07 - '8be4df61-93ca-11d2-aa0d-00e098032b8c:Boot0080' - cb=0xb6 836 * 0000: 01 00 00 00 48 00 4d 00-61 00 63 00 20 00 4f 00 ....H.M.a.c. .O. 837 * 0010: 53 00 20 00 58 00 00 00-02 01 0c 00 d0 41 03 0a S. .X........A.. 838 * 0020: 00 00 00 00 01 01 06 00-02 1f 03 01 08 00 00 01 ................ 839 * 0030: 00 00 04 01 2a 00 02 00-00 00 28 40 06 00 00 00 ....*.....(@.... 840 * 0040: 00 00 98 b5 53 02 00 00-00 00 a5 9a 97 b7 33 60 ....S.........3` 841 * 0050: 2d 47 bf 1a fa 14 fe c5-f2 b8 02 02 7f ff 04 00 -G.............. 842 * 0060: 63 00 6f 00 6e 00 66 00-69 00 67 00 3d 00 22 00 c.o.n.f.i.g.=.". 843 * 0070: 5c 00 4f 00 53 00 20 00-58 00 20 00 49 00 6e 00 \.O.S. .X. .I.n. 844 * 0080: 73 00 74 00 61 00 6c 00-6c 00 20 00 44 00 61 00 s.t.a.l.l. .D.a. 845 * 0090: 74 00 61 00 5c 00 63 00-6f 00 6d 00 2e 00 61 00 t.a.\.c.o.m...a. 846 * 00a0: 70 00 70 00 6c 00 65 00-2e 00 42 00 6f 00 6f 00 p.p.l.e...B.o.o. 847 * 00b0: 74 00 22 00 00 00 t."... 833 848 */ 834 849 VBoxLogFlowFuncMarkVar(Option->LoadOptions, "%s");
Note:
See TracChangeset
for help on using the changeset viewer.