From a0f82d57976648c5bfcf165b2e304d2a4c8fb0c7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 19 Mar 2024 22:50:16 +0100 Subject: Kernel:Secret: Fix String class. Improve kernel APIs. --- Private/NewBoot/BootKit/BootKit.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Private/NewBoot/BootKit') diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 93f5c6e2..31acff3f 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -154,6 +154,10 @@ inline UInt32 In32(UInt16 port) { return value; } +inline Void rt_hlt() { + asm volatile("hlt"); +} + #endif // __EFI_x86_64__ /***********************************************************************************/ -- cgit v1.2.3