TheMag 0 Posted September 14, 2000 I changed the bitmap in ntoskrnl.exe in c:\winnt\system32 directory and I get an error when I start the computer, must the bitmap be 4 bit color? Or I'm I doin anything else wrong? ------------------ TheMag http://www.mag-web.net/ Share this post Link to post
Ge0ph 0 Posted September 15, 2000 This is a guess but I think the new bitmap needs to be the same color depth and file size or it will mess with the file it is embedded in. Share this post Link to post
STi Sev 0 Posted September 15, 2000 I'd argue that the file size won't matter. The file MUST be in 640x480!!!! and the color depth, yes I believe it must be the same, (since I don't think the graphics card drivers haven't loaded) Since software graphics have a maximum omninacy of 256 colors, i'd recommend keeping it at that.. Share this post Link to post
Bursar 0 Posted September 18, 2000 4 bits is 16 colour. The startup screen is 640x480x4 because at that point, Windows doesn't know what monitor is attached, so it plays it safe. Share this post Link to post