Add debug port type definitions
Visas pārbaudes ir veiksmīgas
Builds / ExectOS (amd64) (push) Successful in 24s
Builds / ExectOS (i686) (push) Successful in 25s

Šī revīzija ir iekļauta:
Rafal Kupiec 2023-12-03 23:14:34 +01:00
vecāks 023f2c72b3
revīzija a101ddf555
Parakstījis: belliash
GPG atslēgas ID: 4E829243E0CFE6B4

Parādīt failu

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