Include architecture-specific code in VBR
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 22s
Builds / ExectOS (i686, debug) (push) Failing after 24s
Builds / ExectOS (amd64, release) (push) Failing after 27s
Builds / ExectOS (i686, release) (push) Failing after 25s

This commit is contained in:
2025-10-17 09:12:54 +02:00
parent 764fec4d75
commit 4f4df52d3d
3 changed files with 6 additions and 0 deletions

View File

@@ -273,6 +273,9 @@ StartSectors:
int $0x16
int $0x19
/* Include architecture specific code */
.include ARCH_ESP_SOURCE
msgUnavailable:
.ascii "XTLDR requires EFI-based system!\r\nPress any key to restart\r\n"