XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit a101ddf555 - Show all commits

View File

@ -12,11 +12,16 @@
#include <xttypes.h> #include <xttypes.h>
/* Debug port type definitions */
#define XTBL_DEBUGPORT_SCREEN 1
#define XTBL_DEBUGPORT_SERIAL 2
/* XTLDR configuration data */ /* XTLDR configuration data */
typedef struct _XTBM_CONFIGURATION typedef struct _XTBM_CONFIGURATION
{ {
PWCHAR Default; PWCHAR Default;
PWCHAR Debug; PWCHAR Debug;
ULONG DebugPort;
BOOLEAN Shell; BOOLEAN Shell;
PWCHAR Theme; PWCHAR Theme;
ULONG Timeout; ULONG Timeout;