Hacker News new | ask | show | jobs
by yjftsjthsd-h 2272 days ago
> In QEMU it's dead simple, you have control of everything; I believe that it boots into https://github.com/qemu/qemu/tree/master/pc-bios

Manpage currently claims, "QEMU uses the PC BIOS from the Seabios project and the Plex86/Bochs LGPL VGA BIOS." But it also looks like that's as easy to replace as passing `-bios` to qemu-system-

1 comments

That looks exactly what I was looking for. Thanks!