On Wed, 11/09 19:35, Julio Faracco wrote: > Hi guys, > > I was developing a simple OS for Raspberry Pi 2. > When I was debugging my OS using "-s -S" options for QEMU, I was > getting a segfault: Segmentation fault (core dumped).
Hello Julio, What version of QEMU are you using? Please test with the current head of master branch. If it crashes, could you try git bisect to find the bad commit? I am not familiar with gdbstub/tlb code, so just giving some generic tips here. My apology if they are too obvious. Fam