《Linux操作系统实现原理》资源
Updated: 20170918
1. Linux内核源程序 /linux-0.12 |
2.Linux内核实验内容 /Bochs |
3. 本书指定网站 Oldlinux.org |
4.Linux内核官方网站 Kernel.org |
5. 书中程序链接列表如下 |
程序列表和链接 |
|||
程序列表名 |
PDF版 |
html版 |
源程序文件 |
第5章 |
|||
程序5-1 |
|||
第6章 |
|||
程序6-1 |
|||
程序6-2 |
linux/boot/setup.S |
||
程序6-3 |
linux/boot/head.s |
||
第7章 |
|||
程序7-1 |
|||
第8章 |
|||
程序8-1 |
|||
程序8-2 |
linux/kernel/traps.c |
||
程序8-3 |
linux/kernel/sys_call.s |
||
程序8-4 |
linux/kernel/mktime.c |
||
程序8-5 |
linux/kernel/sched.c |
||
程序8-6 |
linux/kernel/signal.c |
||
程序8-7 |
linux/kernel/exit.c |
||
程序8-8 |
linux/kernel/fork.c |
||
程序8-9 |
linux/kernel/sys.c |
||
程序8-10 |
linux/kernel/vsprintf.c |
||
程序8-11 |
linux/kernel/printk.c |
||
程序8-12 |
linux/kernel/panic.c |
||
第9章 |
|||
程序9-1 |
linux/kernel/blk_drv/blk.h |
||
程序9-2 |
linux/kernel/blk_drv/hd.c |
||
程序9-3 |
linux/kernel/blk_drv/ll_rw_blk.c |
||
程序9-4 |
linux/kernel/blk_drv/ramdisk.c |
||
程序9-5 |
linux/kernel/blk_drv/floppy.c |
||
第10章 |
|||
程序10-1 |
linux/kernal/chr_drv/keyboard.S |
||
程序10-2 |
linux/kernal/chr_drv/console.c |
||
程序10-3 |
linux/kernal/chr_drv/serial.c |
||
程序10-4 |
linux/kernal/chr_drv/rs_io.s |
||
程序10-5 |
linux/kernal/chr_drv/tty_io.c |
||
程序10-6 |
linux/kernal/chr_drv/tty_ioctl.c |
||
第11章 |
|||
程序11-1 |
linux/kernel/math/math-emulate.c |
||
程序11-2 |
linux/kernel/math/error.c |
||
程序11-3 |
linux/kernel/math/ea.c |
||
程序11-4 |
linux/kernel/math/convert.c |
||
程序11-5 |
linux/kernel/math/add.c |
||
程序11-6 |
linux/kernel/math/compare.c |
||
程序11-7 |
linux/kernel/math/get_put.c |
||
程序11-8 |
linux/kernel/math/mul.c |
||
程序11-9 |
linux/kernel/math/div.c |
||
第12章 |
|||
程序12-1 |
linux/fs/buffer.c |
||
程序12-2 |
linux/fs/bitmap.c |
||
程序12-3 |
linux/fs/truncate.c |
||
程序12-4 |
linux/fs/inode.c |
||
程序12-5 |
linux/fs/super.c |
||
程序12-6 |
linux/fs/namei.c |
||
程序12-7 |
linux/fs/file_table.c |
||
程序12-8 |
linux/fs/block_dev.c |
||
程序12-9 |
linux/fs/file_dev.c |
||
程序12-10 |
linux/fs/pipe.c |
||
程序12-11 |
linux/fs/char_dev.c |
||
程序12-12 |
linux/fs/read_write.c |
||
程序12-13 |
linux/fs/open.c |
||
程序12-14 |
linux/fs/exec.c |
||
程序12-15 |
linux/fs/stat.c |
||
程序12-16 |
linux/fs/fcntl.c |
||
程序12-17 |
linux/fs/ioctl.c |
||
程序12-18 |
linux/fs/select.c |
||
第13章 |
|||
程序13-1 |
linux/mm/memory.c |
||
程序13-2 |
linux/mm/page.s |
||
程序13-3 |
linux/mm/swap.c |
||
第14章 |
|||
程序14-1 |
linux/include/a.out.h |
||
程序14-2 |
linux/include/const.h |
||
程序14-3 |
linux/include/ctype.h |
||
程序14-4 |
linux/include/errno.h |
||
程序14-5 |
linux/include/fcntl.h |
||
程序14-6 |
linux/include/signal.h |
||
程序14-7 |
linux/include/stdarg.h |
||
程序14-8 |
linux/include/stddef.h |
||
程序14-9 |
linux/include/string.h |
||
程序14-10 |
linux/include/termios.h |
||
程序14-11 |
linux/include/time.h |
||
程序14-12 |
linux/include/unistd.h |
||
程序14-13 |
linux/include/utime.h |
||
程序14-14 |
|||
程序14-15 |
linux/include/asm/memory.h |
||
程序14-16 |
linux/include/asm/segment.h |
||
程序14-17 |
linux/include/asm/system.h |
||
程序14-18 |
linux/include/linux/config.h |
||
程序14-19 |
linux/include/linux/fdreg.h |
||
程序14-20 |
linux/include/linux/fs.h |
||
程序14-21 |
linux/include/linux/hdreg.h |
||
程序14-22 |
linux/include/linux/head.h |
||
程序14-23 |
linux/include/linux/kernel.h |
||
程序14-24 |
linux/include/linux/math_emu.h |
||
程序14-25 |
linux/include/linux/mm.h |
||
程序14-26 |
linux/include/linux/sched.h |
||
程序14-27 |
linux/include/linux/sys.h |
||
程序14-28 |
linux/include/linux/tty.h |
||
程序14-29 |
linux/include/sys/param.h |
||
程序14-30 |
linux/include/sys/resource.h |
||
程序14-31 |
linux/include/sys/stat.h |
||
程序14-32 |
linux/include/sys/time.h |
||
程序14-33 |
linux/include/sys/times.h |
||
程序14-34 |
linux/include/sys/types.h |
||
程序14-35 |
linux/include/sys/utsname.h |
||
程序14-36 |
linux/include/sys/wait.h |
||
第15章 |
|||
程序15-1 |
linux/lib/_exit.c |
||
程序15-2 |
linux/lib/close.c |
||
程序15-3 |
linux/lib/ctype.c |
||
程序15-4 |
linux/lib/dup.c |
||
程序15-5 |
linux/lib/errno.c |
||
程序15-6 |
linux/lib/execve.c |
||
程序15-7 |
linux/lib/malloc.c |
||
程序15-8 |
linux/lib/open.c |
||
程序15-9 |
linux/lib/setsid.c |
||
程序15-10 |
linux/lib/string.c |
||
程序15-11 |
linux/lib/wait.c |
||
程序15-12 |
linux/lib/write.c |
||
第16章 |
|||
程序16-1 |
linux/tools/build.c |
||
程序合集 |
|||
程序合集 |
Website: oldlinux.org
MailTo: 赵炯 <[email protected]>
2017.09.18