summaryrefslogtreecommitdiff
path: root/kernel/GDT/gdt.cpp
blob: 5aa80658ff953b0c37c005f3bfe6ed6371d9c214 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "gdt.hpp"
#include "../Types/types.hpp"


void initGdtDesc(u32 base, u32 limit, u8 type, u8 param, gdtDescriptorStruct *descriptor){

}


void initGdt(){
}