Hello VirtalBox-dev list,
I've try to modify the vgabios of virtualbox but failed and I saw the following
routine in Makefile.kmk:
if1of ($(KBUILD_TYPE), release)
... snipped
else
$(QUIET)$(ECHO) "Fatal error: Can only update
VBoxVgaBiosAlternative.asm/md5sum with a release build."
$(QUIET)exit 1
endif
It looks like, with release build, there is no way to modify vgabios, is this
correct?
And, can I access the debug build? since I would like to modify something there.
Best regards,
Jaeyong
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev