So far ive been doing dos real mode graphics in Turbo C and TASM. Now im learning to do it in DJGPP protected mode. Can i use the same keyboard interrupt i used in real mode dos? And can i set it using the same interrupts i did in dos? I ask because i used the same interrupts to set the video mode.