[BOOT] Execution contexts and more refactoring
This commit is contained in:
@@ -60,6 +60,16 @@ Return Value:
|
||||
//
|
||||
(VOID)BmOpenDataStore(&DataStoreHandle);
|
||||
|
||||
//
|
||||
// Stop here for now.
|
||||
// Later this will be used to wait for input.
|
||||
//
|
||||
while (TRUE) {
|
||||
#if defined(__x86_64__) || defined(__i386__)
|
||||
asm volatile("hlt");
|
||||
#endif
|
||||
}
|
||||
|
||||
Exit:
|
||||
BlDestroyLibrary();
|
||||
return Status;
|
||||
|
Reference in New Issue
Block a user