You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get GlaBIOS running on a Vendex Headstart Turbo-888 XT. But was wondering the GlaBIOS is 8k and the Bios of the machine is 16k, how do one pad the file to work on a Vendex Headstart Turbo-888 XT?
The text was updated successfully, but these errors were encountered:
If you are using a 16K ROM, you'll just want to make sure that the 8K GLaBIOS image is in the second half of the ROM space and what goes in the first 8K doesn't really matter (can be all 00, FF, etc). If you want to just write the 8K GLaBIOS duplicated twice to fit to 16K (cat GLABIOS.ROM GLABIOS.ROM > GLABIOS_16K.ROM in *nix for example), it won't hurt anything.
I'm trying to get GlaBIOS running on a Vendex Headstart Turbo-888 XT. But was wondering the GlaBIOS is 8k and the Bios of the machine is 16k, how do one pad the file to work on a Vendex Headstart Turbo-888 XT?
The text was updated successfully, but these errors were encountered: