不浮躁
发布时间:2015-04-15 13:19:20
helloworld程序绝对经典的让人落泪,这是很多人的第一个程序。这个程序在Brian Kernighan和Dennis M. Ritchie合著的《The C Programme Language》中使用而广泛流行。该程序也体现了两位作者心向世界的博大情怀。 &nb.........【阅读全文】
发布时间:2015-04-10 20:20:47
Linux内核进程切换 本文主要参考了Understanding The Linux Kernel 和水木精华区的分析进程切换宏 switch_to 。感谢相关的作者!本文中有部分内容直接从上面提到的文章中重复,仅仅是为了方便大家阅读。本文中提到的所有内核代码可以到Linux Cross Reference上查阅。欢迎转载本文,转载请保留这份声明.........【阅读全文】
发布时间:2015-02-05 20:33:32
系统函数使用::来调用,所以close(fd)应该这样:::close(fd);其他函数亦然。注意,别忘了加头文件: [c-sharp] view plaincopy#include /*Unix 标准函数定义*/ #include .........【阅读全文】
发布时间:2015-12-15 20:07:29
start_kernel() 定义于 init/main.c/* * linux/init/main.c * * Copyright (C) 1991, 1992 Linus Torvalds * * GK 2/5/95 - Changed to support mounting root fs via NFS * Added initrd & change_root: Werner Almesberger & Han.........【阅读全文】
发布时间:2015-12-14 22:11:41
arch/arm/kernelhead.S:/* * linux/arch/arm/kernel/head.S * * Copyright (C) 1994-2002 Russell King * Copyright (c) 2003 ARM Limited * All Rights Reserved * * This program is free software; you can redistribute it and/or modify.........【阅读全文】