Xref: utzoo comp.os.msdos.apps:81 comp.os.msdos.programmer:179 comp.os.msdos.misc:64 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!sunybcs!uhura.cc.rochester.edu!ttak From: ttak@uhura.cc.rochester.edu (Timothy Takahashi) Newsgroups: comp.os.msdos.apps,comp.os.msdos.programmer,comp.os.msdos.misc Subject: Re: What knis of PC is it? Message-ID: <8518@ur-cc.UUCP> Date: 21 Jul 90 04:53:53 GMT References: <1990Jul20.190056.7132@cs.utk.edu> Reply-To: ttak@uhura.cc.rochester.edu (Timothy Takahashi) Organization: University of Rochester Lines: 15 In article <1990Jul20.190056.7132@cs.utk.edu> wozniak@utkux1.utk.edu (Bryon Lape) writes: > > Does anyonw know how I can tell what type of computer my >programme is running on? I need to know not only what type of CPU, but >also the maker (IBM, Dell, Compaq, Tandy, etc). I need to do this in The suggestion of interpreting the byte at F000:FFFE (re: Peter Norton Guide) isn't too helpful (FF = PC,FE = XT, FD=PCjr, FC=AT,2D=Compaq PC,9A=Compaq XT) Perhaps the ROM BIOS date at F000:FFF5 is a better start 04/24/81 = PC, 10/19/81 = revised PC,08/16/82= XT, 10/27/82= new PC 11/08/82 = portable pc, 06/01/83 = pc jr, 01/10/84 = original at, etc. etc. (again from peter norton guide) tim