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