j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
On 12/01/18 13:19, Jens Bauernfeind wrote:
It seems that out of the box my coreboot image is not able to start in qemu: 8<--- qemu-system-x86_64 -M q35 -bios coreboot/build/coreboot.rom -nographic qemu-system-x86_64: Trying to execute code outside RAM or ROM at 0x00000000000a0000 8<---
Jens
How about instead pointing directly to the OpenBIOS ELF binary instead, e.g. -bios path/to/openbios.elf? That should definitely work.
Also you can try both with and without -nographic depending upon whether the VGA driver is enabled or not.
ATB,
Mark.
Directly pointing to openbios-builtin.elf shows this: qemu: could not load PC BIOS :-(
Gesendet: Freitag, 12. Januar 2018 um 14:26 Uhr Von: "Mark Cave-Ayland" mark.cave-ayland@ilande.co.uk An: "Jens Bauernfeind" mr.jb@gmx.de Cc: openbios@openbios.org Betreff: Re: [OpenBIOS] failed to build
On 12/01/18 13:19, Jens Bauernfeind wrote:
It seems that out of the box my coreboot image is not able to start in qemu: 8<--- qemu-system-x86_64 -M q35 -bios coreboot/build/coreboot.rom -nographic qemu-system-x86_64: Trying to execute code outside RAM or ROM at 0x00000000000a0000 8<---
Jens
How about instead pointing directly to the OpenBIOS ELF binary instead, e.g. -bios path/to/openbios.elf? That should definitely work.
Also you can try both with and without -nographic depending upon whether the VGA driver is enabled or not.
ATB,
Mark.