mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-15 17:29:16 +00:00
Fixed compiler warnings
This commit is contained in:
@ -6,6 +6,7 @@ int Entry(void *Info);
|
||||
|
||||
void _start(void *Raw)
|
||||
{
|
||||
UNUSED(Raw);
|
||||
error("ERROR! INVALID BOOT PROTOCOL!");
|
||||
while (1)
|
||||
asmv("hlt");
|
||||
|
Reference in New Issue
Block a user