Keep all paths in single place
This commit is contained in:
parent
435ee66ce1
commit
825c3b6f9a
@ -16,6 +16,11 @@
|
|||||||
#define XTBL_MODDEPS SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][8]
|
#define XTBL_MODDEPS SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][8]
|
||||||
#define XTBL_MODINFO SEGMENT(".modinfo") CONST WCHAR XtBlpInfo[]
|
#define XTBL_MODINFO SEGMENT(".modinfo") CONST WCHAR XtBlpInfo[]
|
||||||
|
|
||||||
|
/* XTLDR directories */
|
||||||
|
#define XTBL_LOADER_DIRECTORY_PATH L"\\EFI\\BOOT\\XTLDR\\"
|
||||||
|
#define XTBL_MODULES_DIRECTORY_PATH L"\\EFI\\BOOT\\XTLDR\\MODULES\\"
|
||||||
|
#define XTBL_THEMES_DIRECTORY_PATH L"\\EFI\\BOOT\\XTLDR\\THEMES\\"
|
||||||
|
|
||||||
/* Architecture specific definitions */
|
/* Architecture specific definitions */
|
||||||
#if defined(__i386__) || defined(__i686__)
|
#if defined(__i386__) || defined(__i686__)
|
||||||
#define XTBL_ARCH_LOADER_DIRECTORY_PATH L"\\EFI\\BOOT\\XTLDR32\\"
|
#define XTBL_ARCH_LOADER_DIRECTORY_PATH L"\\EFI\\BOOT\\XTLDR32\\"
|
||||||
|
@ -16,11 +16,6 @@
|
|||||||
#include ARCH_HEADER(xtstruct.h)
|
#include ARCH_HEADER(xtstruct.h)
|
||||||
|
|
||||||
|
|
||||||
/* XTLDR directories */
|
|
||||||
#define XTBL_LOADER_DIRECTORY_PATH L"\\EFI\\BOOT\\XTLDR\\"
|
|
||||||
#define XTBL_MODULES_DIRECTORY_PATH L"\\EFI\\BOOT\\XTLDR\\MODULES\\"
|
|
||||||
#define XTBL_THEMES_DIRECTORY_PATH L"\\EFI\\BOOT\\XTLDR\\THEMES\\"
|
|
||||||
|
|
||||||
/* EFI XT boot devices */
|
/* EFI XT boot devices */
|
||||||
#define XTBL_BOOT_DEVICE_UNKNOWN 0x00
|
#define XTBL_BOOT_DEVICE_UNKNOWN 0x00
|
||||||
#define XTBL_BOOT_DEVICE_CDROM 0x01
|
#define XTBL_BOOT_DEVICE_CDROM 0x01
|
||||||
|
Loading…
Reference in New Issue
Block a user