Crash on bios interrupt
Posted: Mon Dec 29, 2014 2:49 pm
Hello,
I'm currently trying to slowly expand the "Meaty Skeleton" (from the Wiki tutorials).
I've started with memory management/detecting the memory.
The wiki suggests using or for doing so.
Unafortunately everytime int 0x12 or int 0x15 is called from my code (inline and from external .s [but shouldn't really matter here, I guess]) QEMU reboots presenting me with the Grub screen again.
I've already searched the forums but most of the times I just found threads about problems with self-registered interrupt handlers.
I hope my question is not too stupid and thanks in advance for helping me
I'm currently trying to slowly expand the "Meaty Skeleton" (from the Wiki tutorials).
I've started with memory management/detecting the memory.
The wiki suggests using
Code: Select all
int 0x12
Code: Select all
int 0x15
Unafortunately everytime int 0x12 or int 0x15 is called from my code (inline and from external .s [but shouldn't really matter here, I guess]) QEMU reboots presenting me with the Grub screen again.
I've already searched the forums but most of the times I just found threads about problems with self-registered interrupt handlers.
I hope my question is not too stupid and thanks in advance for helping me