The following is a pretty decent historical page about the pre-(U)EFI MBR (Master Boot Record) boot process: https://thestarman.pcministry.com/asm/mbr/STDMBR.htm Note that EFI/UEFI -- occurred much later in time than MBR... Related: https://en.wikipedia.org/wiki/Master_boot_record You might also wish to check out some emulators, most notably Bochs (https://bochs.sourceforge.io/) and QEMU (https://www.qemu.org/)... - Source: Hacker News / 7 days ago
With both of those you can make some really nice DOS programs. Which you can then run in bochs (not virtualized, but an emulator. Close enough :) ). - Source: Reddit / 23 days ago
Are you sure that module isn't just called bochs? It is a DRM driver for a graphics device provided by the Bochs emulator. - Source: Reddit / about 1 year ago
There are other projects out there that can do that kind of emulation though. You might look into QEMU and Bochs. Https://bochs.sourceforge.io/. - Source: Reddit / about 1 year ago
However, most of these are rather old since they mention floppy drives and the legacy BIOS. If your machine is very recent, it's possible the code won't even work. Ou can still use Bochs, qemu, or VirtualBox to run it, if you insist. - Source: Reddit / over 1 year ago
Back in the late 90s and early 00s we used to do things like running Bochs[0] instances inside of OSs running on Bochs instances recursively. Back then we thought it was funny, but these days that just seems to be how software works. [0] Hey guys, remember Bochs? https://bochs.sourceforge.io/. - Source: Hacker News / almost 2 years ago
Do you know an article comparing bochs to other products?
Suggest a link to a post with product alternatives.