* file: pe_init.c
* i386 platform expert initialization.
*/
+
#include <sys/types.h>
#include <mach/vm_param.h>
#include <machine/machine_routines.h>
default_noroot_data = failedBootPict;
}
- /*
- * Initialize the panic UI
- */
- panic_ui_initialize( (unsigned char *) appleClut8 );
-
/*
* Initialize the spinning wheel (progress indicator).
*/
- vc_progress_initialize( &default_progress, default_progress_data1x, default_progress_data2x,
- (unsigned char *) appleClut8 );
+ vc_progress_initialize(&default_progress,
+ default_progress_data1x,
+ default_progress_data2x,
+ default_progress_data3x,
+ (unsigned char *) appleClut8);
(void) StartIOKit( PE_state.deviceTreeHead, PE_state.bootArgs, gPEEFIRuntimeServices, NULL);
}
PE_state.video.v_height = args->Video.v_height;
PE_state.video.v_depth = args->Video.v_depth;
PE_state.video.v_display = args->Video.v_display;
- PE_state.video.v_scale = (kBootArgsFlagHiDPI & args->flags) ? 2 : 1;
strlcpy(PE_state.video.v_pixelFormat, "PPPPPPPP",
sizeof(PE_state.video.v_pixelFormat));