Index: branches/rekursor/i386/libsaio/fake_efi.c =================================================================== --- branches/rekursor/i386/libsaio/fake_efi.c (revision 7) +++ branches/rekursor/i386/libsaio/fake_efi.c (revision 8) @@ -407,6 +407,7 @@ return uuid; } +/* Parse an UUID string into an (EFI_CHAR8*) buffer */ static EFI_CHAR8* getUUIDFromString(const char *source) { if (!source) return 0; @@ -438,7 +439,6 @@ return uuid; } -/* Parse an UUID string into an (EFI_CHAR8*) buffer */ // FIXME: can't use my original code here, // Ironically, trying to reuse convertHexStr2Binary() would RESET the system! Index: branches/rekursor/i386/boot2/gui.c =================================================================== --- branches/rekursor/i386/boot2/gui.c (revision 7) +++ branches/rekursor/i386/boot2/gui.c (revision 8) @@ -12,6 +12,8 @@ #include "appleboot.h" #include "vers.h" +//#define EMBED_THEME + #ifdef EMBED_THEME #include "art.h" #define LOADPNG(img) if (loadEmbeddedThemeImage(#img, __## img ##_png, __## img ##_png_len) != 0) { return 1; } @@ -106,8 +108,8 @@ {.name = "text_scroll_prev", .image = NULL}, {.name = "text_scroll_next", .image = NULL}, + {.name = "font_console", .image = NULL}, {.name = "font_small", .image = NULL}, - {.name = "font_console", .image = NULL}, }; int imageCnt = 0;