Update files

This commit is contained in:
Alex
2022-10-10 23:29:39 +03:00
parent 32b44a50d4
commit 4b6683823f
39 changed files with 2133 additions and 26 deletions

View File

@ -6,6 +6,6 @@
extern struct BootInfo *bInfo;
EXTERNC void kernel_entry(struct BootInfo *Info);
EXTERNC void Entry(struct BootInfo *Info);
#endif // !__FENNIX_KERNEL_KERNEL_H__