?? idedebug.h
字號:
/*
**************************************************************
*
* hyperstone MS-DOS FAT File System Drivers
*
* Definitions for diagnostic routines
*
* Christoph Baumhof 2000-03-21
* Reinhard K乭ne 2000-03-21
* Mihajlo Varga 2000-03-21
*
* Copyright (C) 1997-2000 hyperstone electronics GmbH Konstanz
*
* 2000-03-21 initial release
*
* $Id$
*
* $Log$
*
**************************************************************
*
* Changes:
*
**************************************************************
*/
#ifndef __IDEDEBUG_H
#define __IDEDEBUG_H
#include "ata.h"
#include "part.h"
#include "boot.h"
int DisplayIdentifyStructure(struct hd_driveid *hd_id);
int DisplayPartitionTable(struct PART_SECT *p_sect);
int DisplayBootSector (struct BOOT_SECT *boot_sect );
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -