⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hd_request_struct.h

📁 阿基米德操作系统的源代码
💻 H
字号:

//////////////////////////////////////////////////////////////////////////
struct hd_request_struct {
	int volatile hd;	/* -1 if no request */
	int	volatile block;	
	int	volatile cyl;
	int	volatile head;
	int	volatile sector;
	int	volatile nsector;
	int	volatile cmd;
	int	volatile errors;
	struct buffer_head       * volatile bh;
	struct hd_request_struct * volatile next;
};
//////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -