Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!ogicse!plains!overby From: overby@plains.NoDak.edu (Glen Overby) Newsgroups: comp.os.minix Subject: Re: Minix and XT Controllers Summary: Running an XT controller in Protected mode Message-ID: <6239@plains.NoDak.edu> Date: 11 Oct 90 02:34:39 GMT References: <33023@nigel.ee.udel.edu> Organization: Silo Tech, Fargo ND USA Lines: 23 In article <33023@nigel.ee.udel.edu> boutell@freezer.it.udel.edu (Tom Boutell) writes: >I have a hybrid machine- a 286 motherboard, with an XT RLL hard drive >controller and ST238. No problem. I run with a 386sx and an XT controler all the time. What you need is a one-line change to the protected-mode gate table in kernel/protect.c, line 148. Change it from: gate_table[] = { [...] prs232_int, RS232_VECTOR, INTR_PRIVILEGE, disk_int, FLOPPY_VECTOR, INTR_PRIVILEGE, lpr_int, PRINTER_VECTOR, INTR_PRIVILEGE, wini_int, AT_WINI_VECTOR, INTR_PRIVILEGE, }; AT_WINI_VECTOR should become XT_WINI_VECTOR. One of the guys in Australia first posted about this fix. -- Glen Overby uunet!plains!overby (UUCP) overby@plains (Bitnet)