Path: utzoo!attcan!telly!lethe!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!wuarchive!psuvax1!psuvm!cunyvm!heaqc From: HEAQC@CUNYVM Newsgroups: comp.os.minix Subject: help creating minix windows Message-ID: <90348.221746HEAQC@CUNYVM.BITNET> Date: 15 Dec 90 03:17:46 GMT Organization: City University of New York/ University Computer Center Lines: 6 I'm attempting to write a program on minix to open windows aand have processes direct output to them. I'm modifying fs/device.c, kernel/tty.c, kernel/tty.h, and kernel console.c. Any suggestions or information concerning this project would be greatly appreciated. For example is it better to use open() or fopen() to open a /dev/win1 in the /dev directory?