Date: Fri, 10 Sep 93 19:00:51 +0200 From: vincent AT physique DOT ens DOT fr (CROQUETTE Vincent) To: djgpp AT sun DOT soe DOT clarkson DOT edu Here are a few questions : * system(), is there any way to redirect "stderr" et "stdout" when using system ? (in order to chach them in the 32 bit code) * Would it be possible to have a system32() that works for 32 bit programe only and avoid all the swapping to restore dos ? (or should we wait for fork()) ? * finally I was considering using a P9000 graphics board having its memeory mapped in 0xc0000000, and using 2MB of video memeory, How do I acces such high memory ? is the video memory supposed to support more than 1 meg ? Many thanks Vincent Croquette