You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier on in the tutorial, I attempted to run the kernel using the template code to show how it reacts to interrupts. However, this code would cause virtualbox's guru to trigger, and infinitely restart qemu. After implementing the error handling for the kernel, i ran the same code again. The error is an Unhandled exception 2 Non-maskable Interrupt. Why is this happening when in the tutorial it worked fine? I'm using Ubuntu running on the Windows subsystem for Linux, running in a Windows 11 Home laptop.
The text was updated successfully, but these errors were encountered:
theOneTrueFunniBoi
changed the title
Cannot use __asm(int $0x2)
Cannot use __asm(int $0x1), __asm(int $0x1), etc.
Apr 23, 2024
Earlier on in the tutorial, I attempted to run the kernel using the template code to show how it reacts to interrupts. However, this code would cause virtualbox's guru to trigger, and infinitely restart qemu. After implementing the error handling for the kernel, i ran the same code again. The error is an Unhandled exception 2 Non-maskable Interrupt. Why is this happening when in the tutorial it worked fine? I'm using Ubuntu running on the Windows subsystem for Linux, running in a Windows 11 Home laptop.
The text was updated successfully, but these errors were encountered: