summaryrefslogtreecommitdiffhomepage
path: root/Boot/Sources/HEL
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 08:36:00 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 08:45:17 +0200
commitd335a696d5aaf8f40d2f30555a2e1fe97a8f9e5c (patch)
treeddb41cadb3d66a87900c79a3cb2344892a10f905 /Boot/Sources/HEL
parent8a54e46bc4b070930e96d316ab062bb9a35879da (diff)
[IMP] [unstable] Bootloader now moves DDK and SCI into boot folder
(which is a FAT32 partition). Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot/Sources/HEL')
-rw-r--r--Boot/Sources/HEL/AMD64/Support.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Boot/Sources/HEL/AMD64/Support.cxx b/Boot/Sources/HEL/AMD64/Support.cxx
index a2ac6394..eb6f54df 100644
--- a/Boot/Sources/HEL/AMD64/Support.cxx
+++ b/Boot/Sources/HEL/AMD64/Support.cxx
@@ -14,6 +14,12 @@
#ifdef __STANDALONE__
+EXTERN_C void __cxa_pure_virtual()
+{
+ BTextWriter writer;
+ writer.Write("newosldr: Placeholder.\r");
+}
+
/// @brief memset definition in C++.
/// @param dst destination pointer.
/// @param byte value to fill in.