摘要:
#ifndef _LINUX_TASKS_H#define _LINUX_TASKS_H/** This is the maximum nr of tasks - change it if you need to*///最大的进程数量#define NR_TASKS 128#endif 阅读全文
摘要:
/* $Id: dma.h,v 1.7 1992/12/14 00:29:34 root Exp root $* linux/include/asm/dma.h: Defines for using and allocating dma channels.* Written by Hennus Be... 阅读全文
摘要:
/** linux/kernel/printk.c** Copyright (C) 1991, 1992 Linus Torvalds** Modified to make sys_syslog() more flexible: added commands to* return the last ... 阅读全文
摘要:
/** linux/kernel/mktime.c** Copyright (C) 1991, 1992 Linus Torvalds*/#include /** This isn't the library routine, it is only used in the kernel.* as s... 阅读全文