📄 import.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -