Hypervisor-From-Scratch
Hypervisor-From-Scratch copied to clipboard
Source code of a multiple series of tutorials about the hypervisor. Available at: https://rayanfam.com/tutorials
SegDesc = (PSEGMENT_DESCRIPTOR)((PUCHAR)GdtBase + (Selector & ~0x7)); Hi, I didn't understand this line. Should (Selector & ~0x7) be multiplied by 8? because GdtBase is unsigned char*,it's 8 bits,Adding 1 means...
I'm able to successfully run part 8 and everything appears to be working fine until I go to open any application for example firefox never successfully runs and throws an...
I get the"Microsoft Word has stopped working box" whenever stating word once parrt 8 is runninig . no clue how to approach this
Hi, SinaKarvandi : Thank you very much for the tutorial, it helped me a lot. But there is a problem that has been bothering me for a long time(OS: Windows...