Implement HlHalt() intrinsic routine and add basic definitions for kernel services
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -51,6 +51,16 @@ HlCpuId(IN OUT PCPUID_REGISTERS Registers)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
XTAPI
|
||||
VOID
|
||||
HlHalt()
|
||||
{
|
||||
while(TRUE)
|
||||
{
|
||||
asm volatile("hlt");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Reads the data from the specified I/O port.
|
||||
*
|
||||
|
Reference in New Issue
Block a user