mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
15 lines
217 B
C
15 lines
217 B
C
// #include <types.h>
|
|
|
|
// #include <debug.h>
|
|
|
|
// int Entry(void *Info);
|
|
|
|
// void _start(void *Raw)
|
|
// {
|
|
// error("Todo");
|
|
// while (1)
|
|
// asmv("hlt");
|
|
// Entry(NULL);
|
|
// return;
|
|
// }
|
|
// C stuff
|