Category : Pascal Source Code
Archive   : INFOS155.ZIP
Filename : IFPEXTRN.PAS

 
Output of file : IFPEXTRN.PAS contained in archive : INFOS155.ZIP
unit ifpextrn;

interface

uses Crt, Dos;

type
cpu_info_t = record
cpu_type : byte;
MSW : word;
GDT : array[1..6] of byte;
IDT : array[1..6] of byte;
intflag : boolean;
ndp_type : byte;
ndp_cw : word;
weitek: byte;
test_type: char
end;

procedure CPUID(var a: cpu_info_t);

function diskread(drive: byte; starting_sector: longint;
number_of_sectors: word; var buffer): word;

procedure longcall(addr: longint; var regs: registers);

function ATIinfo(data_in: byte; register: word): byte;

procedure AltIntr(intno: byte; var regs: registers);

procedure AltMsDos(var regs: registers);

function CTICK: byte;

function TsengCK: byte;

function ZyMOSCK: byte;

function CirrusCK: byte;

function bugtst: byte;

implementation
{$L INFOPLUS}

{$F+}

procedure CPUID(var a: cpu_info_t); external;

function diskread(drive: byte; starting_sector: longint;
number_of_sectors: word; var buffer): word; external;

procedure longcall(addr: longint; var regs: registers); external;

function ATIinfo(data_in: byte; register: word): byte; external;

procedure AltIntr(intno: byte; var regs: registers); external;

procedure AltMsDos(var regs: registers); external;

function CTICK: byte; external;

function TsengCK: byte; external;

function ZyMOSCK: byte; external;

function CirrusCK: byte; external;

function bugtst: byte; external;

end.

  3 Responses to “Category : Pascal Source Code
Archive   : INFOS155.ZIP
Filename : IFPEXTRN.PAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/