Xref: utzoo comp.unix.i386:6848 comp.unix.xenix:12424 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!snorkelwacker!mintaka!ogicse!apfiffer From: apfiffer@admin.ogi.edu (Andy Pfiffer) Newsgroups: comp.unix.i386,comp.unix.xenix Subject: Question about SW_HGC_P0 from Xenix Message-ID: <10576@ogicse.ogc.edu> Date: 15 Jul 90 07:19:48 GMT Sender: news@ogicse.ogc.edu Distribution: na Organization: Oregon Graduate Institute of Science and Technology Admin, Beaverton OR Lines: 18 I'm porting some old code from a Xenix system to Bell Tech System V/386 3.2 that performs, in short: fd = open("/dev/mono", O_RDWR); cc = ioctl(fd, SW_HGC_P0); It is supposed to switch a(n) MDA with Hercules support into graphics mode. The file on the target system has many of the Xenix macros defined, with the exception of SW_HGC_P0. Assuming that full Xenix compatibility exists (as advertised ?), I'd really appreciate it if some kind sole would tell me if this ioctl is supported on (essentially) UNIX System V/386 R3.2, and if so, what SW_HGC_P0 expands into...I'd rather not guess... Anyone care to check? Thanks.