mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
7 lines
70 B
C++
7 lines
70 B
C++
|
|
extern "C" void kernel_entry(void *Data)
|
|
{
|
|
while (1)
|
|
;
|
|
}
|