Copy the Makefile, bios.S and bios.ld from above, or extract the files from the archive below to a directory
run make. You should end up with a 512 KB bios.rom file
Copy bios.rom to your target VMware image directory and manually edit your .vmx file to have the line:
bios440.filename = "bios.rom"
Edit your virtual machine settings to make sure it has a serial port.
The preferred method to access the serial console is to use a null modem emulator, such as com0com, a signed version of which I made available in the next post.
Otherwise, you can use either use an actual host COM port (you'll need a null modem cable to another serial port), output to file (which is the easiest way to confirm that the BIOS works, as you will see some output there, but you won't be able to test the repeater) or a named pipe (with the end of pipe set for an application such as putty - the problem with using a pipe however being that you can only connect to it after the VM is started, so you will likely m
ReinBIOS-VM
A BETA BIOS running on virtual machine
Brought to you by:
gauthamnair
Downloads:
2 This Week