delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/08/05/05:09:44

Message-ID: <35C82168.97BB6226@post.comstar.ru>
Date: Wed, 05 Aug 1998 13:10:00 +0400
From: Dim Zegebart <zager AT post DOT comstar DOT ru>
Reply-To: zager AT post DOT comstar DOT ru
Organization: Comstar Ltd.
MIME-Version: 1.0
To: "djgpp AT delorie DOT com" <djgpp AT delorie DOT com>
Subject: Re: 80x87 detection in DJGPP programs


> J-: > So my question is: how can I detect a 80x87 in a DJGPP program?
> >

int fpu_detect(){
char c;
outportb(0x70,0x14);
c=inportb(0x71);
if (c&0x1)
  { printf("FPU present\n");
    return(1);
  }
else
  { printf("FPU absent\n");
    return(0);
  }
}Hope this help.

--
Dim Zegebart
Moscow, Russia

--
Dim Zegebart
Moscow, Russia


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019