This commit is contained in:
Alex 2022-12-21 21:43:58 +02:00
parent 9ef45bdf95
commit 835f7fdd46
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -13,6 +13,14 @@
#include "Core/smbios.hpp" #include "Core/smbios.hpp"
/**
* Fennix Kernel
* -------------
*
* Bugs:
* - [ ] Kernel crashes when receiving interrupts for drivers only if the system has one core and the tasking is running.
*/
#ifdef __amd64__ #ifdef __amd64__
#if UINTPTR_MAX != UINT64_MAX #if UINTPTR_MAX != UINT64_MAX
#error "uintptr_t is not 64-bit!" #error "uintptr_t is not 64-bit!"