Andrew Goodbody wrote:
]> ]> b) When the board arrives... ]> 1) Boot MSDOS and start DOS debug ]> 2) At the - prompt, enter these commands: ]> -n vga.bin ]> -rbx ]> -1 ]> -w ]> 3) The option rom is vga.bin in the current directory. ]> ]> Thanks, ]> Scott ] ]a) is good. ]b) is just going to get you 64KB of unintialised data. There is nothing ]in those instructions to access the video BIOS AFAICT. ] ]Andrew
Oops, make that: -n vga.bin -rbx -1 -w c000:0 -q
Thanks, Scott