hey,

I am playing around with an open source program called TrueCrypt. I want to add some color to the boot loader which is actually compiled using Microsoft Visual C++ 1.52 so its a 16 bit program.

Is there a way to do this? I am not aware of any way. Probably no-one will know because that compiler is ancient and this boot loader runs before windows on the HDD.

Here is a bit of the code i want to change so that 'TrueCrypt Bootloader is whatever color i chose'

http://pastebin.com/vwH8NJ3x

Thanks.