Add debug port type definitions
所有检测均成功
Builds / ExectOS (amd64) (push) Successful in 24s
Builds / ExectOS (i686) (push) Successful in 25s

这个提交包含在:
2023-12-03 23:14:34 +01:00
父节点 023f2c72b3
当前提交 a101ddf555

查看文件

@@ -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;