mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-08 05:49:17 +00:00
Updated files
This commit is contained in:
6
Kernel.cpp
Normal file
6
Kernel.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
extern "C" void kernel_entry(void *Data)
|
||||
{
|
||||
while (1)
|
||||
;
|
||||
}
|
Reference in New Issue
Block a user