Page 1 of 1

unused memory location

Posted: Tue Aug 29, 2006 3:28 am
by lfs
Hello everyone,

I would like to modify my award 6 bios to display the fullscreen splash image in 24-bit color mode, instead of 8-bit. So I'm thinking I may need some temporary space (a few megs) to write stuff to (temporarily). Where is it safe to write in memory? I don't want to overwrite something important!

Thanks,
Alex

Posted: Thu Aug 31, 2006 8:05 pm
by apple_rom
Choose to example any of 0x2000000 or higher... ;)