import.h

来自「一个Windows下的Linux专用虚拟机」· C头文件 代码 · 共 26 行

H
26
字号
/* * This source code is a part of coLinux source package. * * Dan Aloni <da-x@colinux.org>, 2003 (c) * * The code is licensed under the GPL. See the COPYING file at * the root directory. */#ifndef __CO_KERNEL_SYMBOLS_IMPORT_H__#define __CO_KERNEL_SYMBOLS_IMPORT_H__typedef struct {	unsigned long kernel_start;	unsigned long kernel_end;	unsigned long kernel_init_task_union;	unsigned long kernel_colinux_start;	unsigned long kernel_swapper_pg_dir;	unsigned long kernel_idt_table;	unsigned long kernel_gdt_table;	unsigned long kernel_co_arch_info;	unsigned long kernel_co_info;} co_symbols_import_t;#endif

⌨️ 快捷键说明

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