Removed limine.h and use one inside tools/limine

This commit is contained in:
Alex
2022-11-06 05:02:15 +02:00
parent 416e290c51
commit b82560e5d4
3 changed files with 7 additions and 421 deletions

6
include/stdint.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef __FENNIX_KERNEL_STUB_STDINT_H__
#define __FENNIX_KERNEL_STUB_STDINT_H__
#include <types.h>
#endif // !__FENNIX_KERNEL_STUB_STDINT_H__