代码搜索:drive 开发教程
找到约 10,000 项符合「drive 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/110964/15521319
cpp diskid32.cpp
// diskid32.cpp
// for displaying the details of hard drives in a command window
// 06/11/2000 Lynn McGuire written with many contributions from others,
// IDE drives
www.eeworm.com/read/110944/15522035
asm ejcd.asm
%macro doscall 1 ; call to dos int 21 with a one-byte
%if %1 >= 0100h ; value in .ah, or a two-byte value
mov ax,%1 ; in .
www.eeworm.com/read/110611/15528952
cpp diskid32.cpp
// diskid32.cpp
// for displaying the details of hard drives in
// 06/11/2000 Lynn McGuire written with many contributions from others,
// IDE drives only under Wind
www.eeworm.com/read/109919/15545792
doc install.doc
Installation
Installation is straightforward. Simply insert the disk containing
ISAM Manager into a drive, then select the current drive by typing
"A:" or "B:", as appropriate, and press .
www.eeworm.com/read/109477/15556849
h mtio.h
/*
* linux/mtio.h header file for Linux. Written by H. Bergman
*
* Modified for special ioctls provided by zftape in September 1997
* by C.-J. Heine.
*/
#ifndef _LINUX_MTIO_H
#define _LINUX_MTI
www.eeworm.com/read/109329/15559117
dws drivetest.dws
function DriveInfo(Drive: Integer): String;
var
T: Integer;
TS: String;
TR: String;
begin
T := GetDriveType(Drive);
if T = DRIVE_NO_ROOT_DIR then
begin
Result := 'Drive ' +
www.eeworm.com/read/105272/15672617
c asmstub.c
/* asmstub.c - a version of shared_src/asm.S that works under Unix */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2004 Free Software Foundation, Inc.
*
* This p
www.eeworm.com/read/105052/15678966
c device.c
/* device.c - Some helper functions for OS devices and BIOS drives */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2003 Free Software Foundation, Inc.
*
* This p
www.eeworm.com/read/105052/15678970
c asmstub.c
/* asmstub.c - a version of shared_src/asm.S that works under Unix */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002 Free Software Foundation, Inc.
*
* This progra
www.eeworm.com/read/105000/15679956
fdo utils.fdo
; File : $UTILS.FDO$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;--------------------------------------------