My goal is to enable paging in x86 in UEFI. My professor said, that I may first try to display GDT in UEFI - that way I will also see if paging works. The problem is, that I have no idea how to do it.
I used this tutorial to enable EDK2 in Visual Studio: http://uefi.blogspot.com/2013/06/how-to-set-up-edk2s-windows-hosted-uefi.html
Can you point me to any tutorial or explain what should I do?