qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] is there a hardcoded physical address to which qemu jumps


From: deffo
Subject: [Qemu-discuss] is there a hardcoded physical address to which qemu jumps when executing a x86 bzImage?
Date: Wed, 19 Oct 2016 12:20:23 +0200

hello all!
 
is there a hardcoded physical address to which qemu jumps when executing a x86 
bzImage, in other words does qemu load the bzImage to a certain address or is 
it random?
 
i'm asking because i want to step through the assembly code with gdb.
 
i call qemu like this: 

qemu-system-i386 --kernel bzImage -gdb tcp::10000 -S -nographic -smp 
cores=1,threads=1,sockets=1

best regards



reply via email to

[Prev in Thread] Current Thread [Next in Thread]