Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to work bootBASIC in BIOS ROM. #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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