Skip to content

Conversation

dlinyj
Copy link

@dlinyj dlinyj commented Nov 21, 2022

I slightly modified the code so that it was possible to generate a ROM image. Work tested on real hardware. You can check it yourself:

gcc addchecksum.c -o addchecksum
nasm -f bin basic.asm -Dbootrom -o basic.rom
./addchecksum basic.rom || rm basic.rom
qemu-system-i386 -net none -option-rom basic.rom

The video demonstrates the work. Sorry that it is in Russian, but I think everything is clear there and without translation. The checksum calculation code is taken from project AHCI BIOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant