You may be able to resize it using the bat file that came in the bios folder that you got.
Use this code:
@ECHO OFF
if "%1"=="" goto usage
if "%2"=="" goto usage
if NOT EXIST %1. goto notfound
if EXIST %2. goto duh
copy /b %1 + %1 + %1 + %1 %2
dir %2
echo Output file '%2' has been created!
goto exit
:duh
echo Output file '%2' Allready exists, delete it first.
goto exit
:notfound
echo Input file '%1' is not found!
:usage
echo Usage is: make1mb {input 256k bios} {output 1meg bios}
:exit
Someone correct me if I'm wrong. Also in regards to Xbtool, it can change the sizes of a bios and change the color of the X logo on the startup screen but the newest version of xbtool that is compatible with the 4980 bios isn't out yet.
This post has been edited by war god: Jan 7 2004, 02:26 PM <