Merge remote-tracking branch 'Kernel/memory-test' into Kernel-memory-test

This commit is contained in:
EnderIce2
2024-11-20 05:16:21 +02:00
189 changed files with 37283 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#ifndef __FENNIX_KERNEL_GDT_H__
#define __FENNIX_KERNEL_GDT_H__
#include <types.h>
namespace GlobalDescriptorTable
{
void Init(int Core);
}
#endif // !__FENNIX_KERNEL_GDT_H__