-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial 5: Error when executing 'asm("sti");' #14
Comments
But i have to say your tutorial series is GREAT pls never leave this project |
Hey, I have the same problem. If I comment out the sti call, it doesn't crash, but if I don't, as soon as it calls it, VirtualBox crashes. Were you ever able to fix this? Anyone can help? |
Ah! I found out what was happening. In my gdt constructor, I had inverted the indexes of the array I sent to the |
Yeah, I found what I did. In the interrupts.cpp, I set the handlerAddressLowBits twice instead of setting the handlerAddressLowBits and handlerAddressHighBits. Everything is working fine now. |
Same issue. Can't seem to fix it. |
@HayJayDee @Ilc-Ilia-Developer Is it possible to show your code? Maybe I can take a look. |
Does anyone know how to fix this issue? |
I resolved following issue via:- mistakenly using base & limit interchangeably |
|
If i execute the line you see above. VirtualBox is crashing and spamming my terminal with many lines but i dont know 1. Why it is crashing and 2. How can I fix this crash
Pls help me i am lost
The text was updated successfully, but these errors were encountered: