Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
⟾ {$40"+Big Off} Temu Coupon Code ||"ACU...
Last Post: vhcgcf
Today 05:06 AM
» Replies: 0
» Views: 4
Get $200 Off with Temu Coupons and Code ...
Last Post: ArianaJones36
Today 05:06 AM
» Replies: 0
» Views: 3
⟾ {$300"+Big Off} Temu Coupon Code ||"AC...
Last Post: vhcgcf
Today 05:05 AM
» Replies: 0
» Views: 6
Temu Coupon [ALH410866] 70% Off For Exis...
Last Post: ArianaJones36
Today 05:04 AM
» Replies: 0
» Views: 5
Temu Coupon Code 90% Off [ALH410866] Fir...
Last Post: ArianaJones36
Today 05:03 AM
» Replies: 0
» Views: 6
⟾ {$200"+Big Off} Temu Coupon Code ||"AC...
Last Post: vhcgcf
Today 05:02 AM
» Replies: 0
» Views: 8
⟾ {$120"+Big Off} Temu Coupon Code ||"AC...
Last Post: vhcgcf
Today 05:01 AM
» Replies: 0
» Views: 7
⟾ {$100 +Big Off} Temu Coupon Code ||"AC...
Last Post: vhcgcf
Today 04:59 AM
» Replies: 0
» Views: 6
Temu Coupon 30% Off Code [ALH410866] For...
Last Post: ArianaJones36
Today 04:58 AM
» Replies: 0
» Views: 9
⟾ {70%"+Big Off} Temu Coupon Code ||"ACU...
Last Post: vhcgcf
Today 04:55 AM
» Replies: 0
» Views: 10
⟾ {40"+Big Off} Temu Coupon Code ||"ACU5...
Last Post: vhcgcf
Today 04:53 AM
» Replies: 0
» Views: 9
⟾ {30%"+Big Off} Temu Coupon Code ||"ACU...
Last Post: vhcgcf
Today 04:51 AM
» Replies: 0
» Views: 12
[2026] TℰℳU Coupon Code【"acu577259"】||30...
Last Post: vhcgcf
Today 04:48 AM
» Replies: 0
» Views: 10
[2026] TℰℳU Coupon Code【"acu577259"】||50...
Last Post: vhcgcf
Today 04:46 AM
» Replies: 0
» Views: 12
[2026] TℰℳU Coupon Code【"acu577259"】||$1...
Last Post: vhcgcf
Today 04:44 AM
» Replies: 0
» Views: 12
[Request] Dell G15 5530 BIOS Unlock mod
Last Post: jvrcruz
Yesterday 03:32 PM
» Replies: 0
» Views: 70
[REQUEST] Thunderobot 911 V350SNX-HL Ins...
Last Post: ferez21
Yesterday 02:50 PM
» Replies: 0
» Views: 63
(I'm PAYING) Clevo X7200 Bios remove GPU...
Last Post: SuperMG
Yesterday 02:02 PM
» Replies: 0
» Views: 138
[REQUEST] Gigabyte G5 MD BIOS Unlock
Last Post: Rainbyte2000
03-19-2026 11:30 PM
» Replies: 8
» Views: 3279
Lenovo Ideapad 1 14IGL05 - Model: 81VU
Last Post: Znerak
03-19-2026 01:41 PM
» Replies: 0
» Views: 117

Run BIOS at QEMU
#1
Good day.
I have the task of run real BIOS at QEMU. I set Q35 motherboards BIOS instead of seabios. QEMU made a few hundreds or thousands instructions and hang up during IO ports initialization.
Is somebody do something like this?

P.S.I use QEMU with Intel Q35 chipset support.
find
quote
#2
I am very well aware that this is an old topic, but I keep getting google results to this exact thread.
And maybe this might be usefull or well known already:

Qemu stands for Quick Emulator.
To run some Bioses in qemu use a variant of:
Code:
qemu-system-i386.exe -M pc -bios "C:\Users\nicov\Desktop\ROMDump\bios test\final.bin"


[Image: SOH3oeO.png]

For linux:
Code:
qemu-system-i386 -M pc -bios ~/qemu/bios.bin

change the M option (Machine) to match your bioses hardware more closely. in my case, an old "Award BootBlock Bios v1.0" was not happy with q35 nor with plain isapc.

An empty machine does not contain anything, no cpu, no isa or pci busses. I think the purpose of that is to run bare code on a specific CPU if you specify one.

Together with GDB or an other debugger you might be able to step, trace and walk in your dumped bios. but this is "advanced" debugging, and Ill asume you are capable of doing so yourself.

I dislike threads popping up with no usufull replies and I do have an answer for it. (The rules dont state I cant or shouldn't necrobump threads) Hope this helps or give someone a helpfull idea. Also, if you dump a PowerPC firmware, you can run that too Wink just try qemu-system-ppc or qemu-system-ppc64 Wink

Have a good and awesome day Big Grin
www find
quote
#3
Quote:you might be able to step, trace and walk
But what can I do when getting request on hardware registers not described in datasheet? Or it have another dependence factor.

Bios ASUS AT5NM10T-I, AMI post code 1A(check refresh timings?): used hpet timer, MCHBAR Registers 0x5D8, 0x561+4*x, word 0x58C, 0x248, r/w to/from ram address 0x0 to for set 0x560+4*x, x=0-7 - need trying emulated this?
So in Emulator skips very specified things, like chipset fsb strap, any info about MCHBAR Register 0x0C00 do you seeing anywhere ? Also skipped clockgen, sio with hw monitoring, smbus, internal vga card, spi flash ... even cmos in bochs was 128 byte.
Quote:I have the task of run real BIOS at QEMU.
Possible only with skip some code and might change registers values.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)