mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-18 10:41:42 +00:00
Merge remote-tracking branch 'Kernel/mb2_32_64_test' into Kernel-mb2_32_64_test
This commit is contained in:
15
Kernel/Architecture/amd64/runtime/crt1.c
Normal file
15
Kernel/Architecture/amd64/runtime/crt1.c
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <types.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
int Entry(void *Info);
|
||||
|
||||
// void _start(void *Raw)
|
||||
// {
|
||||
// UNUSED(Raw);
|
||||
// error("ERROR! INVALID BOOT PROTOCOL!");
|
||||
// while (1)
|
||||
// asmv("hlt");
|
||||
// Entry(NULL);
|
||||
// return;
|
||||
// }
|
Reference in New Issue
Block a user